Shades of Saddle Brown #A14702
Tints of Saddle Brown #A14702
RGB
CMYK
RGB Variations
Color information
#A14702 (or 0xA14702) is known color: Saddle Brown. HEX triplet: A1, 47 and 02. RGB value is (161,71,2). Sum of RGB (Red+Green+Blue) = 161+71+2=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A14702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14702 is #5EB8FD. Grayscale: #5A5A5A. Windows color (decimal): -6207742 or 149409. OLE color: 149409.
HSL color Cylindrical-coordinate representation of color #A14702: hue angle of 26.04º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A14702 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.37 |
| HSL | 26.04º | 0.98% | 0.32% | - |
| HSV(B) | 26.04º | 0.99% | 0.63% | - |
| XYZ | 16.96 | 12.09 | 1.5 | - |
| YUV | 90.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 2 | 0 | 0.56 | 0.99 | 0.37 | 26.04 | 0.98 | 0.32 |
| Hex | A1 | 47 | 2 | 0 | 38 | 63 | 25 | 1A | 62 | 20 |
| Octal | 241 | 107 | 2 | 0 | 70 | 143 | 45 | 32 | 142 | 40 |
| Binary | 10100001 | 1000111 | 10 | 0 | 111000 | 1100011 | 100101 | 11010 | 1100010 | 100000 |
Color Harmonies of #A14702
Complementary color
Monochromatic Colors of #A14702
Black with #A14702
Text Example
Text Example
White with #A14702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14702; }
p { color: rgb(161,71,2); }
H1.HeaderClassName
{
color: #A14702;
}
.AnyTagClassName
{
color: #A14702;
}
</style>
background-color css
<style>
a { background-color: #A14702; }
a { background-color: rgb(161,71,2); }
div.DivClassName
{
background-color: #A14702;
}
.BgClassName
{
background-color: #A14702;
}
</style>
border-color css
<style>
span { border-color: #A14702; }
span { border-color: rgb(161,71,2); }
td.TdClassName
{
border-color: #A14702;
}
.TagClassName
{
border-color: #A14702;
}
</style>