Shades of Saddle Brown #A0470A
Tints of Saddle Brown #A0470A
RGB
CMYK
RGB Variations
Color information
#A0470A (or 0xA0470A) is known color: Saddle Brown. HEX triplet: A0, 47 and 0A. RGB value is (160,71,10). Sum of RGB (Red+Green+Blue) = 160+71+10=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0470A is #5FB8F5. Grayscale: #5A5A5A. Windows color (decimal): -6273270 or 673696. OLE color: 673696.
HSL color Cylindrical-coordinate representation of color #A0470A: hue angle of 24.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0470A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.37 |
| HSL | 24.4º | 0.88% | 0.33% | - |
| HSV(B) | 24.4º | 0.94% | 0.63% | - |
| XYZ | 16.81 | 12 | 1.72 | - |
| YUV | 90.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 10 | 0 | 0.56 | 0.94 | 0.37 | 24.4 | 0.88 | 0.33 |
| Hex | A0 | 47 | A | 0 | 38 | 5E | 25 | 18 | 58 | 21 |
| Octal | 240 | 107 | 12 | 0 | 70 | 136 | 45 | 30 | 130 | 41 |
| Binary | 10100000 | 1000111 | 1010 | 0 | 111000 | 1011110 | 100101 | 11000 | 1011000 | 100001 |
Color Harmonies of #A0470A
Complementary color
Monochromatic Colors of #A0470A
Black with #A0470A
Text Example
Text Example
White with #A0470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0470A; }
p { color: rgb(160,71,10); }
H1.HeaderClassName
{
color: #A0470A;
}
.AnyTagClassName
{
color: #A0470A;
}
</style>
background-color css
<style>
a { background-color: #A0470A; }
a { background-color: rgb(160,71,10); }
div.DivClassName
{
background-color: #A0470A;
}
.BgClassName
{
background-color: #A0470A;
}
</style>
border-color css
<style>
span { border-color: #A0470A; }
span { border-color: rgb(160,71,10); }
td.TdClassName
{
border-color: #A0470A;
}
.TagClassName
{
border-color: #A0470A;
}
</style>