Shades of Saddle Brown #A14706
Tints of Saddle Brown #A14706
RGB
CMYK
RGB Variations
Color information
#A14706 (or 0xA14706) is known color: Saddle Brown. HEX triplet: A1, 47 and 06. RGB value is (161,71,6). Sum of RGB (Red+Green+Blue) = 161+71+6=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14706 is #5EB8F9. Grayscale: #5A5A5A. Windows color (decimal): -6207738 or 411553. OLE color: 411553.
HSL color Cylindrical-coordinate representation of color #A14706: hue angle of 25.16º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A14706 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.37 |
| HSL | 25.16º | 0.93% | 0.33% | - |
| HSV(B) | 25.16º | 0.96% | 0.63% | - |
| XYZ | 16.98 | 12.1 | 1.61 | - |
| YUV | 90.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 6 | 0 | 0.56 | 0.96 | 0.37 | 25.16 | 0.93 | 0.33 |
| Hex | A1 | 47 | 6 | 0 | 38 | 60 | 25 | 19 | 5D | 21 |
| Octal | 241 | 107 | 6 | 0 | 70 | 140 | 45 | 31 | 135 | 41 |
| Binary | 10100001 | 1000111 | 110 | 0 | 111000 | 1100000 | 100101 | 11001 | 1011101 | 100001 |
Color Harmonies of #A14706
Complementary color
Monochromatic Colors of #A14706
Black with #A14706
Text Example
Text Example
White with #A14706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14706; }
p { color: rgb(161,71,6); }
H1.HeaderClassName
{
color: #A14706;
}
.AnyTagClassName
{
color: #A14706;
}
</style>
background-color css
<style>
a { background-color: #A14706; }
a { background-color: rgb(161,71,6); }
div.DivClassName
{
background-color: #A14706;
}
.BgClassName
{
background-color: #A14706;
}
</style>
border-color css
<style>
span { border-color: #A14706; }
span { border-color: rgb(161,71,6); }
td.TdClassName
{
border-color: #A14706;
}
.TagClassName
{
border-color: #A14706;
}
</style>