Shades of Saddle Brown #A0490E
Tints of Saddle Brown #A0490E
RGB
CMYK
RGB Variations
Color information
#A0490E (or 0xA0490E) is known color: Saddle Brown. HEX triplet: A0, 49 and 0E. RGB value is (160,73,14). Sum of RGB (Red+Green+Blue) = 160+73+14=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A0490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0490E is #5FB6F1. Grayscale: #5C5C5C. Windows color (decimal): -6272754 or 936352. OLE color: 936352.
HSL color Cylindrical-coordinate representation of color #A0490E: hue angle of 24.25º degrees, saturation: 0.84, 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 #A0490E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 14 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.37 |
| HSL | 24.25º | 0.84% | 0.34% | - |
| HSV(B) | 24.25º | 0.91% | 0.63% | - |
| XYZ | 16.96 | 12.27 | 1.89 | - |
| YUV | 92.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 14 | 0 | 0.54 | 0.91 | 0.37 | 24.25 | 0.84 | 0.34 |
| Hex | A0 | 49 | E | 0 | 36 | 5B | 25 | 18 | 54 | 22 |
| Octal | 240 | 111 | 16 | 0 | 66 | 133 | 45 | 30 | 124 | 42 |
| Binary | 10100000 | 1001001 | 1110 | 0 | 110110 | 1011011 | 100101 | 11000 | 1010100 | 100010 |
Color Harmonies of #A0490E
Complementary color
Monochromatic Colors of #A0490E
Black with #A0490E
Text Example
Text Example
White with #A0490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0490E; }
p { color: rgb(160,73,14); }
H1.HeaderClassName
{
color: #A0490E;
}
.AnyTagClassName
{
color: #A0490E;
}
</style>
background-color css
<style>
a { background-color: #A0490E; }
a { background-color: rgb(160,73,14); }
div.DivClassName
{
background-color: #A0490E;
}
.BgClassName
{
background-color: #A0490E;
}
</style>
border-color css
<style>
span { border-color: #A0490E; }
span { border-color: rgb(160,73,14); }
td.TdClassName
{
border-color: #A0490E;
}
.TagClassName
{
border-color: #A0490E;
}
</style>