Shades of Saddle Brown #A04E0F
Tints of Saddle Brown #A04E0F
RGB
CMYK
RGB Variations
Color information
#A04E0F (or 0xA04E0F) is known color: Saddle Brown. HEX triplet: A0, 4E and 0F. RGB value is (160,78,15). Sum of RGB (Red+Green+Blue) = 160+78+15=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E0F is #5FB1F0. Grayscale: #5F5F5F. Windows color (decimal): -6271473 or 1003168. OLE color: 1003168.
HSL color Cylindrical-coordinate representation of color #A04E0F: hue angle of 26.07º 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 #A04E0F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.37 |
| HSL | 26.07º | 0.83% | 0.34% | - |
| HSV(B) | 26.07º | 0.91% | 0.63% | - |
| XYZ | 17.31 | 12.96 | 2.04 | - |
| YUV | 95.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 15 | 0 | 0.51 | 0.91 | 0.37 | 26.07 | 0.83 | 0.34 |
| Hex | A0 | 4E | F | 0 | 33 | 5B | 25 | 1A | 53 | 22 |
| Octal | 240 | 116 | 17 | 0 | 63 | 133 | 45 | 32 | 123 | 42 |
| Binary | 10100000 | 1001110 | 1111 | 0 | 110011 | 1011011 | 100101 | 11010 | 1010011 | 100010 |
Color Harmonies of #A04E0F
Complementary color
Monochromatic Colors of #A04E0F
Black with #A04E0F
Text Example
Text Example
White with #A04E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E0F; }
p { color: rgb(160,78,15); }
H1.HeaderClassName
{
color: #A04E0F;
}
.AnyTagClassName
{
color: #A04E0F;
}
</style>
background-color css
<style>
a { background-color: #A04E0F; }
a { background-color: rgb(160,78,15); }
div.DivClassName
{
background-color: #A04E0F;
}
.BgClassName
{
background-color: #A04E0F;
}
</style>
border-color css
<style>
span { border-color: #A04E0F; }
span { border-color: rgb(160,78,15); }
td.TdClassName
{
border-color: #A04E0F;
}
.TagClassName
{
border-color: #A04E0F;
}
</style>