#673113
a deep, vivid orange · warm · closest name: sienna
RGB
103, 49, 19
HSL
21°, 69%, 24%
CMYK
0, 52, 82, 60
Luminance
0.0513
Every format
| HEX | #673113 |
| RGB | rgb(103, 49, 19) |
| HSL | hsl(21, 69%, 24%) |
| CMYK | cmyk(0%, 52%, 82%, 60%) |
| LAB | lab(27.1 21.9 29.2) |
| LCH | lch(27.1 36.5 53.1) |
| OKLCH | oklch(0.380 0.088 46.9) |
Copy-ready code
/* CSS */
color: #673113;
background-color: #673113;
/* Tailwind (arbitrary) */
class="text-[#673113] bg-[#673113]"
/* SCSS */
$brand: #673113;
/* SwiftUI */
Color(red: 0.404, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#673113")Accessibility — WCAG contrast
Aa
#673113 on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#673113 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow81.6%
Key (black)59.6%
Color previews
#673113 text on a black background
contrast 2.03:1
Card sample
#673113 text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #673113;
Background color
Panel with #673113 background
background-color: #673113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #673113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #673113; background: linear-gradient(135deg, #673113, #656713);