Shades of Saddle Brown #A04E08
Tints of Saddle Brown #A04E08
RGB
CMYK
RGB Variations
Color information
#A04E08 (or 0xA04E08) is known color: Saddle Brown. HEX triplet: A0, 4E and 08. RGB value is (160,78,8). Sum of RGB (Red+Green+Blue) = 160+78+8=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E08 is #5FB1F7. Grayscale: #5E5E5E. Windows color (decimal): -6271480 or 544416. OLE color: 544416.
HSL color Cylindrical-coordinate representation of color #A04E08: hue angle of 27.63º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A04E08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.37 |
| HSL | 27.63º | 0.9% | 0.33% | - |
| HSV(B) | 27.63º | 0.95% | 0.63% | - |
| XYZ | 17.27 | 12.94 | 1.82 | - |
| YUV | 94.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 8 | 0 | 0.51 | 0.95 | 0.37 | 27.63 | 0.9 | 0.33 |
| Hex | A0 | 4E | 8 | 0 | 33 | 5F | 25 | 1C | 5A | 21 |
| Octal | 240 | 116 | 10 | 0 | 63 | 137 | 45 | 34 | 132 | 41 |
| Binary | 10100000 | 1001110 | 1000 | 0 | 110011 | 1011111 | 100101 | 11100 | 1011010 | 100001 |
Color Harmonies of #A04E08
Complementary color
Monochromatic Colors of #A04E08
Black with #A04E08
Text Example
Text Example
White with #A04E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E08; }
p { color: rgb(160,78,8); }
H1.HeaderClassName
{
color: #A04E08;
}
.AnyTagClassName
{
color: #A04E08;
}
</style>
background-color css
<style>
a { background-color: #A04E08; }
a { background-color: rgb(160,78,8); }
div.DivClassName
{
background-color: #A04E08;
}
.BgClassName
{
background-color: #A04E08;
}
</style>
border-color css
<style>
span { border-color: #A04E08; }
span { border-color: rgb(160,78,8); }
td.TdClassName
{
border-color: #A04E08;
}
.TagClassName
{
border-color: #A04E08;
}
</style>