Shades of Saddle Brown #A04A07
Tints of Saddle Brown #A04A07
RGB
CMYK
RGB Variations
Color information
#A04A07 (or 0xA04A07) is known color: Saddle Brown. HEX triplet: A0, 4A and 07. RGB value is (160,74,7). Sum of RGB (Red+Green+Blue) = 160+74+7=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A07 is #5FB5F8. Grayscale: #5C5C5C. Windows color (decimal): -6272505 or 477856. OLE color: 477856.
HSL color Cylindrical-coordinate representation of color #A04A07: hue angle of 26.27º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A04A07 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.37 |
| HSL | 26.27º | 0.92% | 0.33% | - |
| HSV(B) | 26.27º | 0.96% | 0.63% | - |
| XYZ | 16.98 | 12.39 | 1.7 | - |
| YUV | 92.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 7 | 0 | 0.54 | 0.96 | 0.37 | 26.27 | 0.92 | 0.33 |
| Hex | A0 | 4A | 7 | 0 | 36 | 60 | 25 | 1A | 5C | 21 |
| Octal | 240 | 112 | 7 | 0 | 66 | 140 | 45 | 32 | 134 | 41 |
| Binary | 10100000 | 1001010 | 111 | 0 | 110110 | 1100000 | 100101 | 11010 | 1011100 | 100001 |
Color Harmonies of #A04A07
Complementary color
Monochromatic Colors of #A04A07
Black with #A04A07
Text Example
Text Example
White with #A04A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A07; }
p { color: rgb(160,74,7); }
H1.HeaderClassName
{
color: #A04A07;
}
.AnyTagClassName
{
color: #A04A07;
}
</style>
background-color css
<style>
a { background-color: #A04A07; }
a { background-color: rgb(160,74,7); }
div.DivClassName
{
background-color: #A04A07;
}
.BgClassName
{
background-color: #A04A07;
}
</style>
border-color css
<style>
span { border-color: #A04A07; }
span { border-color: rgb(160,74,7); }
td.TdClassName
{
border-color: #A04A07;
}
.TagClassName
{
border-color: #A04A07;
}
</style>