Shades of Saddle Brown #A14610
Tints of Saddle Brown #A14610
RGB
CMYK
RGB Variations
Color information
#A14610 (or 0xA14610) is known color: Saddle Brown. HEX triplet: A1, 46 and 10. RGB value is (161,70,16). Sum of RGB (Red+Green+Blue) = 161+70+16=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14610 is #5EB9EF. Grayscale: #5B5B5B. Windows color (decimal): -6207984 or 1066657. OLE color: 1066657.
HSL color Cylindrical-coordinate representation of color #A14610: hue angle of 22.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A14610 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 16 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.37 |
| HSL | 22.34º | 0.82% | 0.35% | - |
| HSV(B) | 22.34º | 0.9% | 0.63% | - |
| XYZ | 16.98 | 11.99 | 1.91 | - |
| YUV | 91.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 16 | 0 | 0.57 | 0.90 | 0.37 | 22.34 | 0.82 | 0.35 |
| Hex | A1 | 46 | 10 | 0 | 39 | 5A | 25 | 16 | 52 | 23 |
| Octal | 241 | 106 | 20 | 0 | 71 | 132 | 45 | 26 | 122 | 43 |
| Binary | 10100001 | 1000110 | 10000 | 0 | 111001 | 1011010 | 100101 | 10110 | 1010010 | 100011 |
Color Harmonies of #A14610
Complementary color
Monochromatic Colors of #A14610
Black with #A14610
Text Example
Text Example
White with #A14610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14610; }
p { color: rgb(161,70,16); }
H1.HeaderClassName
{
color: #A14610;
}
.AnyTagClassName
{
color: #A14610;
}
</style>
background-color css
<style>
a { background-color: #A14610; }
a { background-color: rgb(161,70,16); }
div.DivClassName
{
background-color: #A14610;
}
.BgClassName
{
background-color: #A14610;
}
</style>
border-color css
<style>
span { border-color: #A14610; }
span { border-color: rgb(161,70,16); }
td.TdClassName
{
border-color: #A14610;
}
.TagClassName
{
border-color: #A14610;
}
</style>