Shades of Saddle Brown #A04C09
Tints of Saddle Brown #A04C09
RGB
CMYK
RGB Variations
Color information
#A04C09 (or 0xA04C09) is known color: Saddle Brown. HEX triplet: A0, 4C and 09. RGB value is (160,76,9). Sum of RGB (Red+Green+Blue) = 160+76+9=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C09 is #5FB3F6. Grayscale: #5D5D5D. Windows color (decimal): -6271991 or 609440. OLE color: 609440.
HSL color Cylindrical-coordinate representation of color #A04C09: hue angle of 26.62º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A04C09 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 9 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.37 |
| HSL | 26.62º | 0.89% | 0.33% | - |
| HSV(B) | 26.62º | 0.94% | 0.63% | - |
| XYZ | 17.13 | 12.66 | 1.8 | - |
| YUV | 93.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 9 | 0 | 0.52 | 0.94 | 0.37 | 26.62 | 0.89 | 0.33 |
| Hex | A0 | 4C | 9 | 0 | 34 | 5E | 25 | 1B | 59 | 21 |
| Octal | 240 | 114 | 11 | 0 | 64 | 136 | 45 | 33 | 131 | 41 |
| Binary | 10100000 | 1001100 | 1001 | 0 | 110100 | 1011110 | 100101 | 11011 | 1011001 | 100001 |
Color Harmonies of #A04C09
Complementary color
Monochromatic Colors of #A04C09
Black with #A04C09
Text Example
Text Example
White with #A04C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C09; }
p { color: rgb(160,76,9); }
H1.HeaderClassName
{
color: #A04C09;
}
.AnyTagClassName
{
color: #A04C09;
}
</style>
background-color css
<style>
a { background-color: #A04C09; }
a { background-color: rgb(160,76,9); }
div.DivClassName
{
background-color: #A04C09;
}
.BgClassName
{
background-color: #A04C09;
}
</style>
border-color css
<style>
span { border-color: #A04C09; }
span { border-color: rgb(160,76,9); }
td.TdClassName
{
border-color: #A04C09;
}
.TagClassName
{
border-color: #A04C09;
}
</style>