#773c08
a deep, electric orange · warm · closest name: sienna
RGB
119, 60, 8
HSL
28°, 87%, 25%
CMYK
0, 50, 93, 53
Luminance
0.0717
Every format
| HEX | #773c08 |
| RGB | rgb(119, 60, 8) |
| HSL | hsl(28, 87%, 25%) |
| CMYK | cmyk(0%, 50%, 93%, 53%) |
| LAB | lab(32.2 22.4 39.5) |
| LCH | lch(32.2 45.4 60.5) |
| OKLCH | oklch(0.424 0.101 54.4) |
Copy-ready code
/* CSS */
color: #773c08;
background-color: #773c08;
/* Tailwind (arbitrary) */
class="text-[#773c08] bg-[#773c08]"
/* SCSS */
$brand: #773c08;
/* SwiftUI */
Color(red: 0.467, green: 0.235, blue: 0.031)
/* Android */
Color.parseColor("#773c08")Accessibility — WCAG contrast
Aa
#773c08 on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773c08 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow93.3%
Key (black)53.3%
Color previews
#773c08 text on a black background
contrast 2.43:1
Card sample
#773c08 text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773c08;
Background color
Panel with #773c08 background
background-color: #773c08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773c08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 60, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 60, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773c08; background: linear-gradient(135deg, #773c08, #687708);