#9c772f
a dark, vivid orange · warm · closest name: peru
RGB
156, 119, 47
HSL
40°, 54%, 40%
CMYK
0, 24, 70, 39
Luminance
0.2047
Every format
| HEX | #9c772f |
| RGB | rgb(156, 119, 47) |
| HSL | hsl(40, 54%, 40%) |
| CMYK | cmyk(0%, 24%, 70%, 39%) |
| LAB | lab(52.4 6.8 43.7) |
| LCH | lch(52.4 44.3 81.2) |
| OKLCH | oklch(0.592 0.100 81.1) |
Copy-ready code
/* CSS */
color: #9c772f;
background-color: #9c772f;
/* Tailwind (arbitrary) */
class="text-[#9c772f] bg-[#9c772f]"
/* SCSS */
$brand: #9c772f;
/* SwiftUI */
Color(red: 0.612, green: 0.467, blue: 0.184)
/* Android */
Color.parseColor("#9c772f")Accessibility — WCAG contrast
Aa
#9c772f on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c772f on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green46.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow69.9%
Key (black)38.8%
Color previews
#9c772f text on a black background
contrast 5.09:1
Card sample
#9c772f text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c772f;
Background color
Panel with #9c772f background
background-color: #9c772f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c772f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 119, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 119, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c772f; background: linear-gradient(135deg, #9c772f, #789C2F);