Nattō
#c79843
Looking for the precise values behind Nattō (#c79843)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c79843 | |
|---|---|---|
| RGB | rgb(199, 152, 67) | |
| HSL | hsl(39, 54%, 52%) | |
| CMYK | cmyk(0%, 24%, 66%, 22%) | |
| LAB | lab(66, 12, 50) | |
| OKLCH | oklch(0.71 0.116 80) |
Color harmonies
Tints & shades
Code snippets
color: #c79843;
background-color: #c79843;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC79843)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.60, blue: 0.26, alpha: 1.0)