#773c13
a dark, vivid orange · warm · closest name: sienna
RGB
119, 60, 19
HSL
25°, 73%, 27%
CMYK
0, 50, 84, 53
Luminance
0.0720
Every format
| HEX | #773c13 |
| RGB | rgb(119, 60, 19) |
| HSL | hsl(25, 73%, 27%) |
| CMYK | cmyk(0%, 50%, 84%, 53%) |
| LAB | lab(32.3 22.7 35.1) |
| LCH | lch(32.3 41.8 57.1) |
| OKLCH | oklch(0.424 0.097 51.1) |
Copy-ready code
/* CSS */
color: #773c13;
background-color: #773c13;
/* Tailwind (arbitrary) */
class="text-[#773c13] bg-[#773c13]"
/* SCSS */
$brand: #773c13;
/* SwiftUI */
Color(red: 0.467, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#773c13")Accessibility — WCAG contrast
Aa
#773c13 on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773c13 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow84.0%
Key (black)53.3%
Color previews
#773c13 text on a black background
contrast 2.44:1
Card sample
#773c13 text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773c13;
Background color
Panel with #773c13 background
background-color: #773c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773c13; background: linear-gradient(135deg, #773c13, #707713);