Shades of Saddle Brown #A04A04
Tints of Saddle Brown #A04A04
RGB
CMYK
RGB Variations
Color information
#A04A04 (or 0xA04A04) is known color: Saddle Brown. HEX triplet: A0, 4A and 04. RGB value is (160,74,4). Sum of RGB (Red+Green+Blue) = 160+74+4=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A04 is #5FB5FB. Grayscale: #5C5C5C. Windows color (decimal): -6272508 or 281248. OLE color: 281248.
HSL color Cylindrical-coordinate representation of color #A04A04: hue angle of 26.92º 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 #A04A04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.37 |
| HSL | 26.92º | 0.95% | 0.32% | - |
| HSV(B) | 26.92º | 0.98% | 0.63% | - |
| XYZ | 16.97 | 12.38 | 1.61 | - |
| YUV | 91.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 4 | 0 | 0.54 | 0.98 | 0.37 | 26.92 | 0.95 | 0.32 |
| Hex | A0 | 4A | 4 | 0 | 36 | 62 | 25 | 1B | 5F | 20 |
| Octal | 240 | 112 | 4 | 0 | 66 | 142 | 45 | 33 | 137 | 40 |
| Binary | 10100000 | 1001010 | 100 | 0 | 110110 | 1100010 | 100101 | 11011 | 1011111 | 100000 |
Color Harmonies of #A04A04
Complementary color
Monochromatic Colors of #A04A04
Black with #A04A04
Text Example
Text Example
White with #A04A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A04; }
p { color: rgb(160,74,4); }
H1.HeaderClassName
{
color: #A04A04;
}
.AnyTagClassName
{
color: #A04A04;
}
</style>
background-color css
<style>
a { background-color: #A04A04; }
a { background-color: rgb(160,74,4); }
div.DivClassName
{
background-color: #A04A04;
}
.BgClassName
{
background-color: #A04A04;
}
</style>
border-color css
<style>
span { border-color: #A04A04; }
span { border-color: rgb(160,74,4); }
td.TdClassName
{
border-color: #A04A04;
}
.TagClassName
{
border-color: #A04A04;
}
</style>