Hazelnut Chocolate
#7b3f00
Looking for the precise values behind Hazelnut Chocolate (#7b3f00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7b3f00 | |
|---|---|---|
| RGB | rgb(123, 63, 0) | |
| HSL | hsl(31, 100%, 24%) | |
| CMYK | cmyk(0%, 49%, 100%, 52%) | |
| LAB | lab(34, 24, 44) | |
| OKLCH | oklch(0.43 0.105 57) |
Color harmonies
Tints & shades
Code snippets
color: #7b3f00;
background-color: #7b3f00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7B3F00)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.25, blue: 0.00, alpha: 1.0)