Shades of Saddle Brown #A04906
Tints of Saddle Brown #A04906
RGB
CMYK
RGB Variations
Color information
#A04906 (or 0xA04906) is known color: Saddle Brown. HEX triplet: A0, 49 and 06. RGB value is (160,73,6). Sum of RGB (Red+Green+Blue) = 160+73+6=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A04906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04906 is #5FB6F9. Grayscale: #5B5B5B. Windows color (decimal): -6272762 or 412064. OLE color: 412064.
HSL color Cylindrical-coordinate representation of color #A04906: hue angle of 26.1º 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 #A04906 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 6 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.37 |
| HSL | 26.1º | 0.93% | 0.33% | - |
| HSV(B) | 26.1º | 0.96% | 0.63% | - |
| XYZ | 16.91 | 12.25 | 1.65 | - |
| YUV | 91.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 6 | 0 | 0.54 | 0.96 | 0.37 | 26.1 | 0.93 | 0.33 |
| Hex | A0 | 49 | 6 | 0 | 36 | 60 | 25 | 1A | 5D | 21 |
| Octal | 240 | 111 | 6 | 0 | 66 | 140 | 45 | 32 | 135 | 41 |
| Binary | 10100000 | 1001001 | 110 | 0 | 110110 | 1100000 | 100101 | 11010 | 1011101 | 100001 |
Color Harmonies of #A04906
Complementary color
Monochromatic Colors of #A04906
Black with #A04906
Text Example
Text Example
White with #A04906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04906; }
p { color: rgb(160,73,6); }
H1.HeaderClassName
{
color: #A04906;
}
.AnyTagClassName
{
color: #A04906;
}
</style>
background-color css
<style>
a { background-color: #A04906; }
a { background-color: rgb(160,73,6); }
div.DivClassName
{
background-color: #A04906;
}
.BgClassName
{
background-color: #A04906;
}
</style>
border-color css
<style>
span { border-color: #A04906; }
span { border-color: rgb(160,73,6); }
td.TdClassName
{
border-color: #A04906;
}
.TagClassName
{
border-color: #A04906;
}
</style>