Shades of Saddle Brown #A04D08
Tints of Saddle Brown #A04D08
RGB
CMYK
RGB Variations
Color information
#A04D08 (or 0xA04D08) is known color: Saddle Brown. HEX triplet: A0, 4D and 08. RGB value is (160,77,8). Sum of RGB (Red+Green+Blue) = 160+77+8=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D08 is #5FB2F7. Grayscale: #5E5E5E. Windows color (decimal): -6271736 or 544160. OLE color: 544160.
HSL color Cylindrical-coordinate representation of color #A04D08: hue angle of 27.24º 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 #A04D08 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.37 |
| HSL | 27.24º | 0.9% | 0.33% | - |
| HSV(B) | 27.24º | 0.95% | 0.63% | - |
| XYZ | 17.19 | 12.8 | 1.79 | - |
| YUV | 93.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 8 | 0 | 0.52 | 0.95 | 0.37 | 27.24 | 0.9 | 0.33 |
| Hex | A0 | 4D | 8 | 0 | 34 | 5F | 25 | 1B | 5A | 21 |
| Octal | 240 | 115 | 10 | 0 | 64 | 137 | 45 | 33 | 132 | 41 |
| Binary | 10100000 | 1001101 | 1000 | 0 | 110100 | 1011111 | 100101 | 11011 | 1011010 | 100001 |
Color Harmonies of #A04D08
Complementary color
Monochromatic Colors of #A04D08
Black with #A04D08
Text Example
Text Example
White with #A04D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D08; }
p { color: rgb(160,77,8); }
H1.HeaderClassName
{
color: #A04D08;
}
.AnyTagClassName
{
color: #A04D08;
}
</style>
background-color css
<style>
a { background-color: #A04D08; }
a { background-color: rgb(160,77,8); }
div.DivClassName
{
background-color: #A04D08;
}
.BgClassName
{
background-color: #A04D08;
}
</style>
border-color css
<style>
span { border-color: #A04D08; }
span { border-color: rgb(160,77,8); }
td.TdClassName
{
border-color: #A04D08;
}
.TagClassName
{
border-color: #A04D08;
}
</style>