Shades of Saddle Brown #A14910
Tints of Saddle Brown #A14910
RGB
CMYK
RGB Variations
Color information
#A14910 (or 0xA14910) is known color: Saddle Brown. HEX triplet: A1, 49 and 10. RGB value is (161,73,16). Sum of RGB (Red+Green+Blue) = 161+73+16=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14910 is #5EB6EF. Grayscale: #5D5D5D. Windows color (decimal): -6207216 or 1067425. OLE color: 1067425.
HSL color Cylindrical-coordinate representation of color #A14910: hue angle of 23.59º 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 #A14910 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 16 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.37 |
| HSL | 23.59º | 0.82% | 0.35% | - |
| HSV(B) | 23.59º | 0.9% | 0.63% | - |
| XYZ | 17.17 | 12.38 | 1.97 | - |
| YUV | 92.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 16 | 0 | 0.55 | 0.90 | 0.37 | 23.59 | 0.82 | 0.35 |
| Hex | A1 | 49 | 10 | 0 | 37 | 5A | 25 | 18 | 52 | 23 |
| Octal | 241 | 111 | 20 | 0 | 67 | 132 | 45 | 30 | 122 | 43 |
| Binary | 10100001 | 1001001 | 10000 | 0 | 110111 | 1011010 | 100101 | 11000 | 1010010 | 100011 |
Color Harmonies of #A14910
Complementary color
Monochromatic Colors of #A14910
Black with #A14910
Text Example
Text Example
White with #A14910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14910; }
p { color: rgb(161,73,16); }
H1.HeaderClassName
{
color: #A14910;
}
.AnyTagClassName
{
color: #A14910;
}
</style>
background-color css
<style>
a { background-color: #A14910; }
a { background-color: rgb(161,73,16); }
div.DivClassName
{
background-color: #A14910;
}
.BgClassName
{
background-color: #A14910;
}
</style>
border-color css
<style>
span { border-color: #A14910; }
span { border-color: rgb(161,73,16); }
td.TdClassName
{
border-color: #A14910;
}
.TagClassName
{
border-color: #A14910;
}
</style>