#773311
a dark, electric orange · warm · closest name: sienna
RGB
119, 51, 17
HSL
20°, 75%, 27%
CMYK
0, 57, 86, 53
Luminance
0.0633
Every format
| HEX | #773311 |
| RGB | rgb(119, 51, 17) |
| HSL | hsl(20, 75%, 27%) |
| CMYK | cmyk(0%, 57%, 86%, 53%) |
| LAB | lab(30.2 27.7 34.2) |
| LCH | lch(30.2 44.0 51.0) |
| OKLCH | oklch(0.409 0.105 43.9) |
Copy-ready code
/* CSS */
color: #773311;
background-color: #773311;
/* Tailwind (arbitrary) */
class="text-[#773311] bg-[#773311]"
/* SCSS */
$brand: #773311;
/* SwiftUI */
Color(red: 0.467, green: 0.200, blue: 0.067)
/* Android */
Color.parseColor("#773311")Accessibility — WCAG contrast
Aa
#773311 on white: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773311 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green20.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow85.7%
Key (black)53.3%
Color previews
#773311 text on a black background
contrast 2.27:1
Card sample
#773311 text on a white background
contrast 9.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773311;
Background color
Panel with #773311 background
background-color: #773311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 51, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 51, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773311; background: linear-gradient(135deg, #773311, #777711);