Shades of Saddle Brown #A04210
Tints of Saddle Brown #A04210
RGB
CMYK
RGB Variations
Color information
#A04210 (or 0xA04210) is known color: Saddle Brown. HEX triplet: A0, 42 and 10. RGB value is (160,66,16). Sum of RGB (Red+Green+Blue) = 160+66+16=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A04210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04210 is #5FBDEF. Grayscale: #585858. Windows color (decimal): -6274544 or 1065632. OLE color: 1065632.
HSL color Cylindrical-coordinate representation of color #A04210: hue angle of 20.83º 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 #A04210 is Cyan = 0, Magento = 0.59, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 16 | - |
| CMYK | 0 | 0.59 | 0.9 | 0.37 |
| HSL | 20.83º | 0.82% | 0.35% | - |
| HSV(B) | 20.83º | 0.9% | 0.63% | - |
| XYZ | 16.54 | 11.41 | 1.82 | - |
| YUV | 88.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 16 | 0 | 0.59 | 0.9 | 0.37 | 20.83 | 0.82 | 0.35 |
| Hex | A0 | 42 | 10 | 0 | 3B | 5A | 25 | 15 | 52 | 23 |
| Octal | 240 | 102 | 20 | 0 | 73 | 132 | 45 | 25 | 122 | 43 |
| Binary | 10100000 | 1000010 | 10000 | 0 | 111011 | 1011010 | 100101 | 10101 | 1010010 | 100011 |
Color Harmonies of #A04210
Complementary color
Monochromatic Colors of #A04210
Black with #A04210
Text Example
Text Example
White with #A04210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04210; }
p { color: rgb(160,66,16); }
H1.HeaderClassName
{
color: #A04210;
}
.AnyTagClassName
{
color: #A04210;
}
</style>
background-color css
<style>
a { background-color: #A04210; }
a { background-color: rgb(160,66,16); }
div.DivClassName
{
background-color: #A04210;
}
.BgClassName
{
background-color: #A04210;
}
</style>
border-color css
<style>
span { border-color: #A04210; }
span { border-color: rgb(160,66,16); }
td.TdClassName
{
border-color: #A04210;
}
.TagClassName
{
border-color: #A04210;
}
</style>