Shades of Saddle Brown #A04A10
Tints of Saddle Brown #A04A10
RGB
CMYK
RGB Variations
Color information
#A04A10 (or 0xA04A10) is known color: Saddle Brown. HEX triplet: A0, 4A and 10. RGB value is (160,74,16). Sum of RGB (Red+Green+Blue) = 160+74+16=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A10 is #5FB5EF. Grayscale: #5D5D5D. Windows color (decimal): -6272496 or 1067680. OLE color: 1067680.
HSL color Cylindrical-coordinate representation of color #A04A10: hue angle of 24.17º 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 #A04A10 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 16 | - |
| CMYK | 0 | 0.54 | 0.9 | 0.37 |
| HSL | 24.17º | 0.82% | 0.35% | - |
| HSV(B) | 24.17º | 0.9% | 0.63% | - |
| XYZ | 17.04 | 12.41 | 1.99 | - |
| YUV | 93.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 16 | 0 | 0.54 | 0.9 | 0.37 | 24.17 | 0.82 | 0.35 |
| Hex | A0 | 4A | 10 | 0 | 36 | 5A | 25 | 18 | 52 | 23 |
| Octal | 240 | 112 | 20 | 0 | 66 | 132 | 45 | 30 | 122 | 43 |
| Binary | 10100000 | 1001010 | 10000 | 0 | 110110 | 1011010 | 100101 | 11000 | 1010010 | 100011 |
Color Harmonies of #A04A10
Complementary color
Monochromatic Colors of #A04A10
Black with #A04A10
Text Example
Text Example
White with #A04A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A10; }
p { color: rgb(160,74,16); }
H1.HeaderClassName
{
color: #A04A10;
}
.AnyTagClassName
{
color: #A04A10;
}
</style>
background-color css
<style>
a { background-color: #A04A10; }
a { background-color: rgb(160,74,16); }
div.DivClassName
{
background-color: #A04A10;
}
.BgClassName
{
background-color: #A04A10;
}
</style>
border-color css
<style>
span { border-color: #A04A10; }
span { border-color: rgb(160,74,16); }
td.TdClassName
{
border-color: #A04A10;
}
.TagClassName
{
border-color: #A04A10;
}
</style>