Shades of Saddle Brown #A04C10
Tints of Saddle Brown #A04C10
RGB
CMYK
RGB Variations
Color information
#A04C10 (or 0xA04C10) is known color: Saddle Brown. HEX triplet: A0, 4C and 10. RGB value is (160,76,16). Sum of RGB (Red+Green+Blue) = 160+76+16=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C10 is #5FB3EF. Grayscale: #5E5E5E. Windows color (decimal): -6271984 or 1068192. OLE color: 1068192.
HSL color Cylindrical-coordinate representation of color #A04C10: hue angle of 25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A04C10 is Cyan = 0, Magento = 0.52, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 16 | - |
| CMYK | 0 | 0.52 | 0.9 | 0.37 |
| HSL | 25º | 0.82% | 0.35% | - |
| HSV(B) | 25º | 0.9% | 0.63% | - |
| XYZ | 17.18 | 12.68 | 2.03 | - |
| YUV | 94.28 | 83.83 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 16 | 0 | 0.52 | 0.9 | 0.37 | 25 | 0.82 | 0.35 |
| Hex | A0 | 4C | 10 | 0 | 34 | 5A | 25 | 19 | 52 | 23 |
| Octal | 240 | 114 | 20 | 0 | 64 | 132 | 45 | 31 | 122 | 43 |
| Binary | 10100000 | 1001100 | 10000 | 0 | 110100 | 1011010 | 100101 | 11001 | 1010010 | 100011 |
Color Harmonies of #A04C10
Complementary color
Monochromatic Colors of #A04C10
Black with #A04C10
Text Example
Text Example
White with #A04C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C10; }
p { color: rgb(160,76,16); }
H1.HeaderClassName
{
color: #A04C10;
}
.AnyTagClassName
{
color: #A04C10;
}
</style>
background-color css
<style>
a { background-color: #A04C10; }
a { background-color: rgb(160,76,16); }
div.DivClassName
{
background-color: #A04C10;
}
.BgClassName
{
background-color: #A04C10;
}
</style>
border-color css
<style>
span { border-color: #A04C10; }
span { border-color: rgb(160,76,16); }
td.TdClassName
{
border-color: #A04C10;
}
.TagClassName
{
border-color: #A04C10;
}
</style>