Shades of Saddle Brown #A1460C
Tints of Saddle Brown #A1460C
RGB
CMYK
RGB Variations
Color information
#A1460C (or 0xA1460C) is known color: Saddle Brown. HEX triplet: A1, 46 and 0C. RGB value is (161,70,12). Sum of RGB (Red+Green+Blue) = 161+70+12=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1460C is #5EB9F3. Grayscale: #5A5A5A. Windows color (decimal): -6207988 or 804513. OLE color: 804513.
HSL color Cylindrical-coordinate representation of color #A1460C: hue angle of 23.36º 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 #A1460C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.37 |
| HSL | 23.36º | 0.86% | 0.34% | - |
| HSV(B) | 23.36º | 0.93% | 0.63% | - |
| XYZ | 16.95 | 11.98 | 1.77 | - |
| YUV | 90.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 12 | 0 | 0.57 | 0.93 | 0.37 | 23.36 | 0.86 | 0.34 |
| Hex | A1 | 46 | C | 0 | 39 | 5D | 25 | 17 | 56 | 22 |
| Octal | 241 | 106 | 14 | 0 | 71 | 135 | 45 | 27 | 126 | 42 |
| Binary | 10100001 | 1000110 | 1100 | 0 | 111001 | 1011101 | 100101 | 10111 | 1010110 | 100010 |
Color Harmonies of #A1460C
Complementary color
Monochromatic Colors of #A1460C
Black with #A1460C
Text Example
Text Example
White with #A1460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1460C; }
p { color: rgb(161,70,12); }
H1.HeaderClassName
{
color: #A1460C;
}
.AnyTagClassName
{
color: #A1460C;
}
</style>
background-color css
<style>
a { background-color: #A1460C; }
a { background-color: rgb(161,70,12); }
div.DivClassName
{
background-color: #A1460C;
}
.BgClassName
{
background-color: #A1460C;
}
</style>
border-color css
<style>
span { border-color: #A1460C; }
span { border-color: rgb(161,70,12); }
td.TdClassName
{
border-color: #A1460C;
}
.TagClassName
{
border-color: #A1460C;
}
</style>