Shades of Saddle Brown #A1490A
Tints of Saddle Brown #A1490A
RGB
CMYK
RGB Variations
Color information
#A1490A (or 0xA1490A) is known color: Saddle Brown. HEX triplet: A1, 49 and 0A. RGB value is (161,73,10). Sum of RGB (Red+Green+Blue) = 161+73+10=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1490A is #5EB6F5. Grayscale: #5C5C5C. Windows color (decimal): -6207222 or 674209. OLE color: 674209.
HSL color Cylindrical-coordinate representation of color #A1490A: hue angle of 25.03º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1490A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.37 |
| HSL | 25.03º | 0.88% | 0.34% | - |
| HSV(B) | 25.03º | 0.94% | 0.63% | - |
| XYZ | 17.14 | 12.36 | 1.77 | - |
| YUV | 92.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 10 | 0 | 0.55 | 0.94 | 0.37 | 25.03 | 0.88 | 0.34 |
| Hex | A1 | 49 | A | 0 | 37 | 5E | 25 | 19 | 58 | 22 |
| Octal | 241 | 111 | 12 | 0 | 67 | 136 | 45 | 31 | 130 | 42 |
| Binary | 10100001 | 1001001 | 1010 | 0 | 110111 | 1011110 | 100101 | 11001 | 1011000 | 100010 |
Color Harmonies of #A1490A
Complementary color
Monochromatic Colors of #A1490A
Black with #A1490A
Text Example
Text Example
White with #A1490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1490A; }
p { color: rgb(161,73,10); }
H1.HeaderClassName
{
color: #A1490A;
}
.AnyTagClassName
{
color: #A1490A;
}
</style>
background-color css
<style>
a { background-color: #A1490A; }
a { background-color: rgb(161,73,10); }
div.DivClassName
{
background-color: #A1490A;
}
.BgClassName
{
background-color: #A1490A;
}
</style>
border-color css
<style>
span { border-color: #A1490A; }
span { border-color: rgb(161,73,10); }
td.TdClassName
{
border-color: #A1490A;
}
.TagClassName
{
border-color: #A1490A;
}
</style>