Lonely Chocolate
#4a0a00
Looking for the precise values behind Lonely Chocolate (#4a0a00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4a0a00 | |
|---|---|---|
| RGB | rgb(74, 10, 0) | |
| HSL | hsl(8, 100%, 15%) | |
| CMYK | cmyk(0%, 86%, 100%, 71%) | |
| LAB | lab(14, 29, 22) | |
| OKLCH | oklch(0.27 0.096 34) |
Color harmonies
Tints & shades
Code snippets
color: #4a0a00;
background-color: #4a0a00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4A0A00)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.04, blue: 0.00, alpha: 1.0)