Count Chocula
#5e2d10
Count Chocula is a color with the hex code #5e2d10. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #5e2d10 | |
|---|---|---|
| RGB | rgb(94, 45, 16) | |
| HSL | hsl(22, 71%, 22%) | |
| CMYK | cmyk(0%, 52%, 83%, 63%) | |
| LAB | lab(25, 21, 28) | |
| OKLCH | oklch(0.36 0.082 48) |
Color harmonies
Tints & shades
Code snippets
color: #5e2d10;
background-color: #5e2d10;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5E2D10)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.18, blue: 0.06, alpha: 1.0)