Shades of Saddle Brown #A04F08
Tints of Saddle Brown #A04F08
RGB
CMYK
RGB Variations
Color information
#A04F08 (or 0xA04F08) is known color: Saddle Brown. HEX triplet: A0, 4F and 08. RGB value is (160,79,8). Sum of RGB (Red+Green+Blue) = 160+79+8=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F08 is #5FB0F7. Grayscale: #5F5F5F. Windows color (decimal): -6271224 or 544672. OLE color: 544672.
HSL color Cylindrical-coordinate representation of color #A04F08: hue angle of 28.03º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A04F08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.37 |
| HSL | 28.03º | 0.9% | 0.33% | - |
| HSV(B) | 28.03º | 0.95% | 0.63% | - |
| XYZ | 17.34 | 13.08 | 1.84 | - |
| YUV | 95.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 8 | 0 | 0.51 | 0.95 | 0.37 | 28.03 | 0.9 | 0.33 |
| Hex | A0 | 4F | 8 | 0 | 33 | 5F | 25 | 1C | 5A | 21 |
| Octal | 240 | 117 | 10 | 0 | 63 | 137 | 45 | 34 | 132 | 41 |
| Binary | 10100000 | 1001111 | 1000 | 0 | 110011 | 1011111 | 100101 | 11100 | 1011010 | 100001 |
Color Harmonies of #A04F08
Complementary color
Monochromatic Colors of #A04F08
Black with #A04F08
Text Example
Text Example
White with #A04F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F08; }
p { color: rgb(160,79,8); }
H1.HeaderClassName
{
color: #A04F08;
}
.AnyTagClassName
{
color: #A04F08;
}
</style>
background-color css
<style>
a { background-color: #A04F08; }
a { background-color: rgb(160,79,8); }
div.DivClassName
{
background-color: #A04F08;
}
.BgClassName
{
background-color: #A04F08;
}
</style>
border-color css
<style>
span { border-color: #A04F08; }
span { border-color: rgb(160,79,8); }
td.TdClassName
{
border-color: #A04F08;
}
.TagClassName
{
border-color: #A04F08;
}
</style>