Shades of Saddle Brown #A04D10
Tints of Saddle Brown #A04D10
RGB
CMYK
RGB Variations
Color information
#A04D10 (or 0xA04D10) is known color: Saddle Brown. HEX triplet: A0, 4D and 10. RGB value is (160,77,16). Sum of RGB (Red+Green+Blue) = 160+77+16=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D10 is #5FB2EF. Grayscale: #5F5F5F. Windows color (decimal): -6271728 or 1068448. OLE color: 1068448.
HSL color Cylindrical-coordinate representation of color #A04D10: hue angle of 25.42º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A04D10 is Cyan = 0, Magento = 0.52, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 16 | - |
| CMYK | 0 | 0.52 | 0.9 | 0.37 |
| HSL | 25.42º | 0.82% | 0.35% | - |
| HSV(B) | 25.42º | 0.9% | 0.63% | - |
| XYZ | 17.24 | 12.82 | 2.06 | - |
| YUV | 94.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 16 | 0 | 0.52 | 0.9 | 0.37 | 25.42 | 0.82 | 0.35 |
| Hex | A0 | 4D | 10 | 0 | 34 | 5A | 25 | 19 | 52 | 23 |
| Octal | 240 | 115 | 20 | 0 | 64 | 132 | 45 | 31 | 122 | 43 |
| Binary | 10100000 | 1001101 | 10000 | 0 | 110100 | 1011010 | 100101 | 11001 | 1010010 | 100011 |
Color Harmonies of #A04D10
Complementary color
Monochromatic Colors of #A04D10
Black with #A04D10
Text Example
Text Example
White with #A04D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D10; }
p { color: rgb(160,77,16); }
H1.HeaderClassName
{
color: #A04D10;
}
.AnyTagClassName
{
color: #A04D10;
}
</style>
background-color css
<style>
a { background-color: #A04D10; }
a { background-color: rgb(160,77,16); }
div.DivClassName
{
background-color: #A04D10;
}
.BgClassName
{
background-color: #A04D10;
}
</style>
border-color css
<style>
span { border-color: #A04D10; }
span { border-color: rgb(160,77,16); }
td.TdClassName
{
border-color: #A04D10;
}
.TagClassName
{
border-color: #A04D10;
}
</style>