Shades of Saddle Brown #A14F09
Tints of Saddle Brown #A14F09
RGB
CMYK
RGB Variations
Color information
#A14F09 (or 0xA14F09) is known color: Saddle Brown. HEX triplet: A1, 4F and 09. RGB value is (161,79,9). Sum of RGB (Red+Green+Blue) = 161+79+9=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F09 is #5EB0F6. Grayscale: #5F5F5F. Windows color (decimal): -6205687 or 610209. OLE color: 610209.
HSL color Cylindrical-coordinate representation of color #A14F09: hue angle of 27.63º 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 #A14F09 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 9 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.37 |
| HSL | 27.63º | 0.89% | 0.33% | - |
| HSV(B) | 27.63º | 0.94% | 0.63% | - |
| XYZ | 17.54 | 13.19 | 1.88 | - |
| YUV | 95.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 9 | 0 | 0.51 | 0.94 | 0.37 | 27.63 | 0.89 | 0.33 |
| Hex | A1 | 4F | 9 | 0 | 33 | 5E | 25 | 1C | 59 | 21 |
| Octal | 241 | 117 | 11 | 0 | 63 | 136 | 45 | 34 | 131 | 41 |
| Binary | 10100001 | 1001111 | 1001 | 0 | 110011 | 1011110 | 100101 | 11100 | 1011001 | 100001 |
Color Harmonies of #A14F09
Complementary color
Monochromatic Colors of #A14F09
Black with #A14F09
Text Example
Text Example
White with #A14F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F09; }
p { color: rgb(161,79,9); }
H1.HeaderClassName
{
color: #A14F09;
}
.AnyTagClassName
{
color: #A14F09;
}
</style>
background-color css
<style>
a { background-color: #A14F09; }
a { background-color: rgb(161,79,9); }
div.DivClassName
{
background-color: #A14F09;
}
.BgClassName
{
background-color: #A14F09;
}
</style>
border-color css
<style>
span { border-color: #A14F09; }
span { border-color: rgb(161,79,9); }
td.TdClassName
{
border-color: #A14F09;
}
.TagClassName
{
border-color: #A14F09;
}
</style>