Shades of Saddle Brown #A04706
Tints of Saddle Brown #A04706
RGB
CMYK
RGB Variations
Color information
#A04706 (or 0xA04706) is known color: Saddle Brown. HEX triplet: A0, 47 and 06. RGB value is (160,71,6). Sum of RGB (Red+Green+Blue) = 160+71+6=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A04706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04706 is #5FB8F9. Grayscale: #5A5A5A. Windows color (decimal): -6273274 or 411552. OLE color: 411552.
HSL color Cylindrical-coordinate representation of color #A04706: hue angle of 25.32º 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 #A04706 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 6 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.37 |
| HSL | 25.32º | 0.93% | 0.33% | - |
| HSV(B) | 25.32º | 0.96% | 0.63% | - |
| XYZ | 16.78 | 11.99 | 1.6 | - |
| YUV | 90.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 6 | 0 | 0.56 | 0.96 | 0.37 | 25.32 | 0.93 | 0.33 |
| Hex | A0 | 47 | 6 | 0 | 38 | 60 | 25 | 19 | 5D | 21 |
| Octal | 240 | 107 | 6 | 0 | 70 | 140 | 45 | 31 | 135 | 41 |
| Binary | 10100000 | 1000111 | 110 | 0 | 111000 | 1100000 | 100101 | 11001 | 1011101 | 100001 |
Color Harmonies of #A04706
Complementary color
Monochromatic Colors of #A04706
Black with #A04706
Text Example
Text Example
White with #A04706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04706; }
p { color: rgb(160,71,6); }
H1.HeaderClassName
{
color: #A04706;
}
.AnyTagClassName
{
color: #A04706;
}
</style>
background-color css
<style>
a { background-color: #A04706; }
a { background-color: rgb(160,71,6); }
div.DivClassName
{
background-color: #A04706;
}
.BgClassName
{
background-color: #A04706;
}
</style>
border-color css
<style>
span { border-color: #A04706; }
span { border-color: rgb(160,71,6); }
td.TdClassName
{
border-color: #A04706;
}
.TagClassName
{
border-color: #A04706;
}
</style>