#773018
a dark, vivid orange · warm · closest name: sienna
RGB
119, 48, 24
HSL
15°, 66%, 28%
CMYK
0, 60, 80, 53
Luminance
0.0610
Every format
| HEX | #773018 |
| RGB | rgb(119, 48, 24) |
| HSL | hsl(15, 66%, 28%) |
| CMYK | cmyk(0%, 60%, 80%, 53%) |
| LAB | lab(29.7 29.6 30.0) |
| LCH | lch(29.7 42.1 45.4) |
| OKLCH | oklch(0.405 0.106 38.6) |
Copy-ready code
/* CSS */
color: #773018;
background-color: #773018;
/* Tailwind (arbitrary) */
class="text-[#773018] bg-[#773018]"
/* SCSS */
$brand: #773018;
/* SwiftUI */
Color(red: 0.467, green: 0.188, blue: 0.094)
/* Android */
Color.parseColor("#773018")Accessibility — WCAG contrast
Aa
#773018 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773018 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green18.8%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow79.8%
Key (black)53.3%
Color previews
#773018 text on a black background
contrast 2.22:1
Card sample
#773018 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773018;
Background color
Panel with #773018 background
background-color: #773018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 48, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 48, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773018; background: linear-gradient(135deg, #773018, #776F18);