Nutmeg
#7e4a3b
Looking for the precise values behind Nutmeg (#7e4a3b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7e4a3b | |
|---|---|---|
| RGB | rgb(126, 74, 59) | |
| HSL | hsl(13, 36%, 36%) | |
| CMYK | cmyk(0%, 41%, 53%, 51%) | |
| LAB | lab(38, 21, 19) | |
| OKLCH | oklch(0.47 0.075 37) |
Color harmonies
Tints & shades
Code snippets
color: #7e4a3b;
background-color: #7e4a3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7E4A3B)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.29, blue: 0.23, alpha: 1.0)