Chocolate Fantasies
#5c3612
Looking for the precise values behind Chocolate Fantasies (#5c3612)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5c3612 | |
|---|---|---|
| RGB | rgb(92, 54, 18) | |
| HSL | hsl(29, 67%, 22%) | |
| CMYK | cmyk(0%, 41%, 80%, 64%) | |
| LAB | lab(27, 15, 29) | |
| OKLCH | oklch(0.37 0.073 60) |
Color harmonies
Tints & shades
Code snippets
color: #5c3612;
background-color: #5c3612;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5C3612)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.21, blue: 0.07, alpha: 1.0)