Golden Mean
#c49b35
Here's everything about the color Golden Mean (#c49b35) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #c49b35 | |
|---|---|---|
| RGB | rgb(196, 155, 53) | |
| HSL | hsl(43, 57%, 49%) | |
| CMYK | cmyk(0%, 21%, 73%, 23%) | |
| LAB | lab(67, 8, 57) | |
| OKLCH | oklch(0.71 0.126 86) |
Color harmonies
Tints & shades
Code snippets
color: #c49b35;
background-color: #c49b35;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC49B35)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.61, blue: 0.21, alpha: 1.0)