Peanut
#7a4434
Peanut, represented by the hex value #7a4434, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7a4434 | |
|---|---|---|
| RGB | rgb(122, 68, 52) | |
| HSL | hsl(14, 40%, 34%) | |
| CMYK | cmyk(0%, 44%, 57%, 52%) | |
| LAB | lab(35, 23, 20) | |
| OKLCH | oklch(0.45 0.079 37) |
Color harmonies
Tints & shades
Code snippets
color: #7a4434;
background-color: #7a4434;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7A4434)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.27, blue: 0.20, alpha: 1.0)