Shades of Saddle Brown #A1460B
Tints of Saddle Brown #A1460B
RGB
CMYK
RGB Variations
Color information
#A1460B (or 0xA1460B) is known color: Saddle Brown. HEX triplet: A1, 46 and 0B. RGB value is (161,70,11). Sum of RGB (Red+Green+Blue) = 161+70+11=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1460B is #5EB9F4. Grayscale: #5A5A5A. Windows color (decimal): -6207989 or 738977. OLE color: 738977.
HSL color Cylindrical-coordinate representation of color #A1460B: hue angle of 23.6º degrees, saturation: 0.87, 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 #A1460B is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 11 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.37 |
| HSL | 23.6º | 0.87% | 0.34% | - |
| HSV(B) | 23.6º | 0.93% | 0.63% | - |
| XYZ | 16.95 | 11.98 | 1.74 | - |
| YUV | 90.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 11 | 0 | 0.57 | 0.93 | 0.37 | 23.6 | 0.87 | 0.34 |
| Hex | A1 | 46 | B | 0 | 39 | 5D | 25 | 18 | 57 | 22 |
| Octal | 241 | 106 | 13 | 0 | 71 | 135 | 45 | 30 | 127 | 42 |
| Binary | 10100001 | 1000110 | 1011 | 0 | 111001 | 1011101 | 100101 | 11000 | 1010111 | 100010 |
Color Harmonies of #A1460B
Complementary color
Monochromatic Colors of #A1460B
Black with #A1460B
Text Example
Text Example
White with #A1460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1460B; }
p { color: rgb(161,70,11); }
H1.HeaderClassName
{
color: #A1460B;
}
.AnyTagClassName
{
color: #A1460B;
}
</style>
background-color css
<style>
a { background-color: #A1460B; }
a { background-color: rgb(161,70,11); }
div.DivClassName
{
background-color: #A1460B;
}
.BgClassName
{
background-color: #A1460B;
}
</style>
border-color css
<style>
span { border-color: #A1460B; }
span { border-color: rgb(161,70,11); }
td.TdClassName
{
border-color: #A1460B;
}
.TagClassName
{
border-color: #A1460B;
}
</style>