Shades of Saddle Brown #A0470F
Tints of Saddle Brown #A0470F
RGB
CMYK
RGB Variations
Color information
#A0470F (or 0xA0470F) is known color: Saddle Brown. HEX triplet: A0, 47 and 0F. RGB value is (160,71,15). Sum of RGB (Red+Green+Blue) = 160+71+15=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0470F is #5FB8F0. Grayscale: #5B5B5B. Windows color (decimal): -6273265 or 1001376. OLE color: 1001376.
HSL color Cylindrical-coordinate representation of color #A0470F: hue angle of 23.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0470F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.37 |
| HSL | 23.17º | 0.83% | 0.34% | - |
| HSV(B) | 23.17º | 0.91% | 0.63% | - |
| XYZ | 16.84 | 12.01 | 1.88 | - |
| YUV | 91.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 15 | 0 | 0.56 | 0.91 | 0.37 | 23.17 | 0.83 | 0.34 |
| Hex | A0 | 47 | F | 0 | 38 | 5B | 25 | 17 | 53 | 22 |
| Octal | 240 | 107 | 17 | 0 | 70 | 133 | 45 | 27 | 123 | 42 |
| Binary | 10100000 | 1000111 | 1111 | 0 | 111000 | 1011011 | 100101 | 10111 | 1010011 | 100010 |
Color Harmonies of #A0470F
Complementary color
Monochromatic Colors of #A0470F
Black with #A0470F
Text Example
Text Example
White with #A0470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0470F; }
p { color: rgb(160,71,15); }
H1.HeaderClassName
{
color: #A0470F;
}
.AnyTagClassName
{
color: #A0470F;
}
</style>
background-color css
<style>
a { background-color: #A0470F; }
a { background-color: rgb(160,71,15); }
div.DivClassName
{
background-color: #A0470F;
}
.BgClassName
{
background-color: #A0470F;
}
</style>
border-color css
<style>
span { border-color: #A0470F; }
span { border-color: rgb(160,71,15); }
td.TdClassName
{
border-color: #A0470F;
}
.TagClassName
{
border-color: #A0470F;
}
</style>