Shades of Saddle Brown #A1460E
Tints of Saddle Brown #A1460E
RGB
CMYK
RGB Variations
Color information
#A1460E (or 0xA1460E) is known color: Saddle Brown. HEX triplet: A1, 46 and 0E. RGB value is (161,70,14). Sum of RGB (Red+Green+Blue) = 161+70+14=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1460E is #5EB9F1. Grayscale: #5B5B5B. Windows color (decimal): -6207986 or 935585. OLE color: 935585.
HSL color Cylindrical-coordinate representation of color #A1460E: hue angle of 22.86º 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 #A1460E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 14 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.37 |
| HSL | 22.86º | 0.84% | 0.34% | - |
| HSV(B) | 22.86º | 0.91% | 0.63% | - |
| XYZ | 16.97 | 11.99 | 1.84 | - |
| YUV | 90.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 14 | 0 | 0.57 | 0.91 | 0.37 | 22.86 | 0.84 | 0.34 |
| Hex | A1 | 46 | E | 0 | 39 | 5B | 25 | 17 | 54 | 22 |
| Octal | 241 | 106 | 16 | 0 | 71 | 133 | 45 | 27 | 124 | 42 |
| Binary | 10100001 | 1000110 | 1110 | 0 | 111001 | 1011011 | 100101 | 10111 | 1010100 | 100010 |
Color Harmonies of #A1460E
Complementary color
Monochromatic Colors of #A1460E
Black with #A1460E
Text Example
Text Example
White with #A1460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1460E; }
p { color: rgb(161,70,14); }
H1.HeaderClassName
{
color: #A1460E;
}
.AnyTagClassName
{
color: #A1460E;
}
</style>
background-color css
<style>
a { background-color: #A1460E; }
a { background-color: rgb(161,70,14); }
div.DivClassName
{
background-color: #A1460E;
}
.BgClassName
{
background-color: #A1460E;
}
</style>
border-color css
<style>
span { border-color: #A1460E; }
span { border-color: rgb(161,70,14); }
td.TdClassName
{
border-color: #A1460E;
}
.TagClassName
{
border-color: #A1460E;
}
</style>