Shades of Saddle Brown #A04413
Tints of Saddle Brown #A04413
RGB
CMYK
RGB Variations
Color information
#A04413 (or 0xA04413) is known color: Saddle Brown. HEX triplet: A0, 44 and 13. RGB value is (160,68,19). Sum of RGB (Red+Green+Blue) = 160+68+19=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04413 is #5FBBEC. Grayscale: #5A5A5A. Windows color (decimal): -6274029 or 1262752. OLE color: 1262752.
HSL color Cylindrical-coordinate representation of color #A04413: hue angle of 20.85º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A04413 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 19 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.37 |
| HSL | 20.85º | 0.79% | 0.35% | - |
| HSV(B) | 20.85º | 0.88% | 0.63% | - |
| XYZ | 16.68 | 11.65 | 1.99 | - |
| YUV | 89.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 19 | 0 | 0.57 | 0.88 | 0.37 | 20.85 | 0.79 | 0.35 |
| Hex | A0 | 44 | 13 | 0 | 39 | 58 | 25 | 15 | 4F | 23 |
| Octal | 240 | 104 | 23 | 0 | 71 | 130 | 45 | 25 | 117 | 43 |
| Binary | 10100000 | 1000100 | 10011 | 0 | 111001 | 1011000 | 100101 | 10101 | 1001111 | 100011 |
Color Harmonies of #A04413
Complementary color
Monochromatic Colors of #A04413
Black with #A04413
Text Example
Text Example
White with #A04413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04413; }
p { color: rgb(160,68,19); }
H1.HeaderClassName
{
color: #A04413;
}
.AnyTagClassName
{
color: #A04413;
}
</style>
background-color css
<style>
a { background-color: #A04413; }
a { background-color: rgb(160,68,19); }
div.DivClassName
{
background-color: #A04413;
}
.BgClassName
{
background-color: #A04413;
}
</style>
border-color css
<style>
span { border-color: #A04413; }
span { border-color: rgb(160,68,19); }
td.TdClassName
{
border-color: #A04413;
}
.TagClassName
{
border-color: #A04413;
}
</style>