Shades of Saddle Brown #A0470C
Tints of Saddle Brown #A0470C
RGB
CMYK
RGB Variations
Color information
#A0470C (or 0xA0470C) is known color: Saddle Brown. HEX triplet: A0, 47 and 0C. RGB value is (160,71,12). Sum of RGB (Red+Green+Blue) = 160+71+12=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0470C is #5FB8F3. Grayscale: #5B5B5B. Windows color (decimal): -6273268 or 804768. OLE color: 804768.
HSL color Cylindrical-coordinate representation of color #A0470C: hue angle of 23.92º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0470C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 12 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.37 |
| HSL | 23.92º | 0.86% | 0.34% | - |
| HSV(B) | 23.92º | 0.93% | 0.63% | - |
| XYZ | 16.82 | 12.01 | 1.78 | - |
| YUV | 90.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 12 | 0 | 0.56 | 0.93 | 0.37 | 23.92 | 0.86 | 0.34 |
| Hex | A0 | 47 | C | 0 | 38 | 5D | 25 | 18 | 56 | 22 |
| Octal | 240 | 107 | 14 | 0 | 70 | 135 | 45 | 30 | 126 | 42 |
| Binary | 10100000 | 1000111 | 1100 | 0 | 111000 | 1011101 | 100101 | 11000 | 1010110 | 100010 |
Color Harmonies of #A0470C
Complementary color
Monochromatic Colors of #A0470C
Black with #A0470C
Text Example
Text Example
White with #A0470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0470C; }
p { color: rgb(160,71,12); }
H1.HeaderClassName
{
color: #A0470C;
}
.AnyTagClassName
{
color: #A0470C;
}
</style>
background-color css
<style>
a { background-color: #A0470C; }
a { background-color: rgb(160,71,12); }
div.DivClassName
{
background-color: #A0470C;
}
.BgClassName
{
background-color: #A0470C;
}
</style>
border-color css
<style>
span { border-color: #A0470C; }
span { border-color: rgb(160,71,12); }
td.TdClassName
{
border-color: #A0470C;
}
.TagClassName
{
border-color: #A0470C;
}
</style>