Shades of Saddle Brown #A04F0F
Tints of Saddle Brown #A04F0F
RGB
CMYK
RGB Variations
Color information
#A04F0F (or 0xA04F0F) is known color: Saddle Brown. HEX triplet: A0, 4F and 0F. RGB value is (160,79,15). Sum of RGB (Red+Green+Blue) = 160+79+15=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F0F is #5FB0F0. Grayscale: #606060. Windows color (decimal): -6271217 or 1003424. OLE color: 1003424.
HSL color Cylindrical-coordinate representation of color #A04F0F: hue angle of 26.48º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A04F0F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 79 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.37 |
| HSL | 26.48º | 0.83% | 0.34% | - |
| HSV(B) | 26.48º | 0.91% | 0.63% | - |
| XYZ | 17.38 | 13.1 | 2.06 | - |
| YUV | 95.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 15 | 0 | 0.51 | 0.91 | 0.37 | 26.48 | 0.83 | 0.34 |
| Hex | A0 | 4F | F | 0 | 33 | 5B | 25 | 1A | 53 | 22 |
| Octal | 240 | 117 | 17 | 0 | 63 | 133 | 45 | 32 | 123 | 42 |
| Binary | 10100000 | 1001111 | 1111 | 0 | 110011 | 1011011 | 100101 | 11010 | 1010011 | 100010 |
Color Harmonies of #A04F0F
Complementary color
Monochromatic Colors of #A04F0F
Black with #A04F0F
Text Example
Text Example
White with #A04F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04F0F; }
p { color: rgb(160,79,15); }
H1.HeaderClassName
{
color: #A04F0F;
}
.AnyTagClassName
{
color: #A04F0F;
}
</style>
background-color css
<style>
a { background-color: #A04F0F; }
a { background-color: rgb(160,79,15); }
div.DivClassName
{
background-color: #A04F0F;
}
.BgClassName
{
background-color: #A04F0F;
}
</style>
border-color css
<style>
span { border-color: #A04F0F; }
span { border-color: rgb(160,79,15); }
td.TdClassName
{
border-color: #A04F0F;
}
.TagClassName
{
border-color: #A04F0F;
}
</style>