Shades of Saddle Brown #A04D0E
Tints of Saddle Brown #A04D0E
RGB
CMYK
RGB Variations
Color information
#A04D0E (or 0xA04D0E) is known color: Saddle Brown. HEX triplet: A0, 4D and 0E. RGB value is (160,77,14). Sum of RGB (Red+Green+Blue) = 160+77+14=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D0E is #5FB2F1. Grayscale: #5E5E5E. Windows color (decimal): -6271730 or 937376. OLE color: 937376.
HSL color Cylindrical-coordinate representation of color #A04D0E: hue angle of 25.89º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A04D0E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 14 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.37 |
| HSL | 25.89º | 0.84% | 0.34% | - |
| HSV(B) | 25.89º | 0.91% | 0.63% | - |
| XYZ | 17.23 | 12.81 | 1.98 | - |
| YUV | 94.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 14 | 0 | 0.52 | 0.91 | 0.37 | 25.89 | 0.84 | 0.34 |
| Hex | A0 | 4D | E | 0 | 34 | 5B | 25 | 1A | 54 | 22 |
| Octal | 240 | 115 | 16 | 0 | 64 | 133 | 45 | 32 | 124 | 42 |
| Binary | 10100000 | 1001101 | 1110 | 0 | 110100 | 1011011 | 100101 | 11010 | 1010100 | 100010 |
Color Harmonies of #A04D0E
Complementary color
Monochromatic Colors of #A04D0E
Black with #A04D0E
Text Example
Text Example
White with #A04D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D0E; }
p { color: rgb(160,77,14); }
H1.HeaderClassName
{
color: #A04D0E;
}
.AnyTagClassName
{
color: #A04D0E;
}
</style>
background-color css
<style>
a { background-color: #A04D0E; }
a { background-color: rgb(160,77,14); }
div.DivClassName
{
background-color: #A04D0E;
}
.BgClassName
{
background-color: #A04D0E;
}
</style>
border-color css
<style>
span { border-color: #A04D0E; }
span { border-color: rgb(160,77,14); }
td.TdClassName
{
border-color: #A04D0E;
}
.TagClassName
{
border-color: #A04D0E;
}
</style>