Shades of Saddle Brown #A04D0F
Tints of Saddle Brown #A04D0F
RGB
CMYK
RGB Variations
Color information
#A04D0F (or 0xA04D0F) is known color: Saddle Brown. HEX triplet: A0, 4D and 0F. RGB value is (160,77,15). Sum of RGB (Red+Green+Blue) = 160+77+15=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D0F is #5FB2F0. Grayscale: #5F5F5F. Windows color (decimal): -6271729 or 1002912. OLE color: 1002912.
HSL color Cylindrical-coordinate representation of color #A04D0F: hue angle of 25.66º 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 #A04D0F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.37 |
| HSL | 25.66º | 0.83% | 0.34% | - |
| HSV(B) | 25.66º | 0.91% | 0.63% | - |
| XYZ | 17.24 | 12.82 | 2.02 | - |
| YUV | 94.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 15 | 0 | 0.52 | 0.91 | 0.37 | 25.66 | 0.83 | 0.34 |
| Hex | A0 | 4D | F | 0 | 34 | 5B | 25 | 1A | 53 | 22 |
| Octal | 240 | 115 | 17 | 0 | 64 | 133 | 45 | 32 | 123 | 42 |
| Binary | 10100000 | 1001101 | 1111 | 0 | 110100 | 1011011 | 100101 | 11010 | 1010011 | 100010 |
Color Harmonies of #A04D0F
Complementary color
Monochromatic Colors of #A04D0F
Black with #A04D0F
Text Example
Text Example
White with #A04D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D0F; }
p { color: rgb(160,77,15); }
H1.HeaderClassName
{
color: #A04D0F;
}
.AnyTagClassName
{
color: #A04D0F;
}
</style>
background-color css
<style>
a { background-color: #A04D0F; }
a { background-color: rgb(160,77,15); }
div.DivClassName
{
background-color: #A04D0F;
}
.BgClassName
{
background-color: #A04D0F;
}
</style>
border-color css
<style>
span { border-color: #A04D0F; }
span { border-color: rgb(160,77,15); }
td.TdClassName
{
border-color: #A04D0F;
}
.TagClassName
{
border-color: #A04D0F;
}
</style>