Himalaya
#736330
Looking for the precise values behind Himalaya (#736330)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #736330 | |
|---|---|---|
| RGB | rgb(115, 99, 48) | |
| HSL | hsl(46, 41%, 32%) | |
| CMYK | cmyk(0%, 14%, 58%, 55%) | |
| LAB | lab(43, 2, 31) | |
| OKLCH | oklch(0.5 0.073 92) |
Color harmonies
Tints & shades
Code snippets
color: #736330;
background-color: #736330;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF736330)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.39, blue: 0.19, alpha: 1.0)