Shades of Saddle Brown #A04E00
Tints of Saddle Brown #A04E00
RGB
CMYK
RGB Variations
Color information
#A04E00 (or 0xA04E00) is known color: Saddle Brown. HEX triplet: A0, 4E and 00. RGB value is (160,78,0). Sum of RGB (Red+Green+Blue) = 160+78+0=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E00 is #5FB1FF. Grayscale: #5E5E5E. Windows color (decimal): -6271488 or 20128. OLE color: 20128.
HSL color Cylindrical-coordinate representation of color #A04E00: hue angle of 29.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A04E00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.37 |
| HSL | 29.25º | 1% | 0.31% | - |
| HSV(B) | 29.25º | 1% | 0.63% | - |
| XYZ | 17.22 | 12.92 | 1.59 | - |
| YUV | 93.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 0 | 0 | 0.51 | 1 | 0.37 | 29.25 | 1 | 0.31 |
| Hex | A0 | 4E | 0 | 0 | 33 | 64 | 25 | 1D | 64 | 1F |
| Octal | 240 | 116 | 0 | 0 | 63 | 144 | 45 | 35 | 144 | 37 |
| Binary | 10100000 | 1001110 | 0 | 0 | 110011 | 1100100 | 100101 | 11101 | 1100100 | 11111 |
Color Harmonies of #A04E00
Complementary color
Monochromatic Colors of #A04E00
Black with #A04E00
Text Example
Text Example
White with #A04E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E00; }
p { color: rgb(160,78,0); }
H1.HeaderClassName
{
color: #A04E00;
}
.AnyTagClassName
{
color: #A04E00;
}
</style>
background-color css
<style>
a { background-color: #A04E00; }
a { background-color: rgb(160,78,0); }
div.DivClassName
{
background-color: #A04E00;
}
.BgClassName
{
background-color: #A04E00;
}
</style>
border-color css
<style>
span { border-color: #A04E00; }
span { border-color: rgb(160,78,0); }
td.TdClassName
{
border-color: #A04E00;
}
.TagClassName
{
border-color: #A04E00;
}
</style>