Annatto
#8c5341
Looking for the precise values behind Annatto (#8c5341)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8c5341 | |
|---|---|---|
| RGB | rgb(140, 83, 65) | |
| HSL | hsl(14, 37%, 40%) | |
| CMYK | cmyk(0%, 41%, 54%, 45%) | |
| LAB | lab(42, 23, 21) | |
| OKLCH | oklch(0.5 0.082 38) |
Color harmonies
Tints & shades
Code snippets
color: #8c5341;
background-color: #8c5341;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8C5341)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.33, blue: 0.25, alpha: 1.0)