Shades of Saddle Brown #A04404
Tints of Saddle Brown #A04404
RGB
CMYK
RGB Variations
Color information
#A04404 (or 0xA04404) is known color: Saddle Brown. HEX triplet: A0, 44 and 04. RGB value is (160,68,4). Sum of RGB (Red+Green+Blue) = 160+68+4=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A04404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04404 is #5FBBFB. Grayscale: #585858. Windows color (decimal): -6274044 or 279712. OLE color: 279712.
HSL color Cylindrical-coordinate representation of color #A04404: hue angle of 24.62º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A04404 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 4 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.37 |
| HSL | 24.62º | 0.95% | 0.32% | - |
| HSV(B) | 24.62º | 0.98% | 0.63% | - |
| XYZ | 16.59 | 11.62 | 1.48 | - |
| YUV | 88.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 4 | 0 | 0.57 | 0.98 | 0.37 | 24.62 | 0.95 | 0.32 |
| Hex | A0 | 44 | 4 | 0 | 39 | 62 | 25 | 19 | 5F | 20 |
| Octal | 240 | 104 | 4 | 0 | 71 | 142 | 45 | 31 | 137 | 40 |
| Binary | 10100000 | 1000100 | 100 | 0 | 111001 | 1100010 | 100101 | 11001 | 1011111 | 100000 |
Color Harmonies of #A04404
Complementary color
Monochromatic Colors of #A04404
Black with #A04404
Text Example
Text Example
White with #A04404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04404; }
p { color: rgb(160,68,4); }
H1.HeaderClassName
{
color: #A04404;
}
.AnyTagClassName
{
color: #A04404;
}
</style>
background-color css
<style>
a { background-color: #A04404; }
a { background-color: rgb(160,68,4); }
div.DivClassName
{
background-color: #A04404;
}
.BgClassName
{
background-color: #A04404;
}
</style>
border-color css
<style>
span { border-color: #A04404; }
span { border-color: rgb(160,68,4); }
td.TdClassName
{
border-color: #A04404;
}
.TagClassName
{
border-color: #A04404;
}
</style>