Shades of Saddle Brown #A14909
Tints of Saddle Brown #A14909
RGB
CMYK
RGB Variations
Color information
#A14909 (or 0xA14909) is known color: Saddle Brown. HEX triplet: A1, 49 and 09. RGB value is (161,73,9). Sum of RGB (Red+Green+Blue) = 161+73+9=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A14909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14909 is #5EB6F6. Grayscale: #5C5C5C. Windows color (decimal): -6207223 or 608673. OLE color: 608673.
HSL color Cylindrical-coordinate representation of color #A14909: hue angle of 25.26º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A14909 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 9 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.37 |
| HSL | 25.26º | 0.89% | 0.33% | - |
| HSV(B) | 25.26º | 0.94% | 0.63% | - |
| XYZ | 17.13 | 12.36 | 1.74 | - |
| YUV | 92.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 9 | 0 | 0.55 | 0.94 | 0.37 | 25.26 | 0.89 | 0.33 |
| Hex | A1 | 49 | 9 | 0 | 37 | 5E | 25 | 19 | 59 | 21 |
| Octal | 241 | 111 | 11 | 0 | 67 | 136 | 45 | 31 | 131 | 41 |
| Binary | 10100001 | 1001001 | 1001 | 0 | 110111 | 1011110 | 100101 | 11001 | 1011001 | 100001 |
Color Harmonies of #A14909
Complementary color
Monochromatic Colors of #A14909
Black with #A14909
Text Example
Text Example
White with #A14909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14909; }
p { color: rgb(161,73,9); }
H1.HeaderClassName
{
color: #A14909;
}
.AnyTagClassName
{
color: #A14909;
}
</style>
background-color css
<style>
a { background-color: #A14909; }
a { background-color: rgb(161,73,9); }
div.DivClassName
{
background-color: #A14909;
}
.BgClassName
{
background-color: #A14909;
}
</style>
border-color css
<style>
span { border-color: #A14909; }
span { border-color: rgb(161,73,9); }
td.TdClassName
{
border-color: #A14909;
}
.TagClassName
{
border-color: #A14909;
}
</style>