Shades of Saddle Brown #A04A0D
Tints of Saddle Brown #A04A0D
RGB
CMYK
RGB Variations
Color information
#A04A0D (or 0xA04A0D) is known color: Saddle Brown. HEX triplet: A0, 4A and 0D. RGB value is (160,74,13). Sum of RGB (Red+Green+Blue) = 160+74+13=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A0D is #5FB5F2. Grayscale: #5D5D5D. Windows color (decimal): -6272499 or 871072. OLE color: 871072.
HSL color Cylindrical-coordinate representation of color #A04A0D: hue angle of 24.9º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A04A0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 13 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.37 |
| HSL | 24.9º | 0.85% | 0.34% | - |
| HSV(B) | 24.9º | 0.92% | 0.63% | - |
| XYZ | 17.02 | 12.4 | 1.88 | - |
| YUV | 92.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 13 | 0 | 0.54 | 0.92 | 0.37 | 24.9 | 0.85 | 0.34 |
| Hex | A0 | 4A | D | 0 | 36 | 5C | 25 | 19 | 55 | 22 |
| Octal | 240 | 112 | 15 | 0 | 66 | 134 | 45 | 31 | 125 | 42 |
| Binary | 10100000 | 1001010 | 1101 | 0 | 110110 | 1011100 | 100101 | 11001 | 1010101 | 100010 |
Color Harmonies of #A04A0D
Complementary color
Monochromatic Colors of #A04A0D
Black with #A04A0D
Text Example
Text Example
White with #A04A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A0D; }
p { color: rgb(160,74,13); }
H1.HeaderClassName
{
color: #A04A0D;
}
.AnyTagClassName
{
color: #A04A0D;
}
</style>
background-color css
<style>
a { background-color: #A04A0D; }
a { background-color: rgb(160,74,13); }
div.DivClassName
{
background-color: #A04A0D;
}
.BgClassName
{
background-color: #A04A0D;
}
</style>
border-color css
<style>
span { border-color: #A04A0D; }
span { border-color: rgb(160,74,13); }
td.TdClassName
{
border-color: #A04A0D;
}
.TagClassName
{
border-color: #A04A0D;
}
</style>