Chocolate Covered
#8b4121
Looking for the precise values behind Chocolate Covered (#8b4121)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8b4121 | |
|---|---|---|
| RGB | rgb(139, 65, 33) | |
| HSL | hsl(18, 62%, 34%) | |
| CMYK | cmyk(0%, 53%, 76%, 45%) | |
| LAB | lab(37, 31, 34) | |
| OKLCH | oklch(0.47 0.11 43) |
Color harmonies
Tints & shades
Code snippets
color: #8b4121;
background-color: #8b4121;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8B4121)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.25, blue: 0.13, alpha: 1.0)