Shades of Saddle Brown #A14701
Tints of Saddle Brown #A14701
RGB
CMYK
RGB Variations
Color information
#A14701 (or 0xA14701) is known color: Saddle Brown. HEX triplet: A1, 47 and 01. RGB value is (161,71,1). Sum of RGB (Red+Green+Blue) = 161+71+1=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A14701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14701 is #5EB8FE. Grayscale: #5A5A5A. Windows color (decimal): -6207743 or 83873. OLE color: 83873.
HSL color Cylindrical-coordinate representation of color #A14701: hue angle of 26.25º degrees, saturation: 0.99, 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 #A14701 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.37 |
| HSL | 26.25º | 0.99% | 0.32% | - |
| HSV(B) | 26.25º | 0.99% | 0.63% | - |
| XYZ | 16.96 | 12.09 | 1.47 | - |
| YUV | 89.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 1 | 0 | 0.56 | 0.99 | 0.37 | 26.25 | 0.99 | 0.32 |
| Hex | A1 | 47 | 1 | 0 | 38 | 63 | 25 | 1A | 63 | 20 |
| Octal | 241 | 107 | 1 | 0 | 70 | 143 | 45 | 32 | 143 | 40 |
| Binary | 10100001 | 1000111 | 1 | 0 | 111000 | 1100011 | 100101 | 11010 | 1100011 | 100000 |
Color Harmonies of #A14701
Complementary color
Monochromatic Colors of #A14701
Black with #A14701
Text Example
Text Example
White with #A14701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14701; }
p { color: rgb(161,71,1); }
H1.HeaderClassName
{
color: #A14701;
}
.AnyTagClassName
{
color: #A14701;
}
</style>
background-color css
<style>
a { background-color: #A14701; }
a { background-color: rgb(161,71,1); }
div.DivClassName
{
background-color: #A14701;
}
.BgClassName
{
background-color: #A14701;
}
</style>
border-color css
<style>
span { border-color: #A14701; }
span { border-color: rgb(161,71,1); }
td.TdClassName
{
border-color: #A14701;
}
.TagClassName
{
border-color: #A14701;
}
</style>