Shades of Saddle Brown #A04407
Tints of Saddle Brown #A04407
RGB
CMYK
RGB Variations
Color information
#A04407 (or 0xA04407) is known color: Saddle Brown. HEX triplet: A0, 44 and 07. RGB value is (160,68,7). Sum of RGB (Red+Green+Blue) = 160+68+7=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A04407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04407 is #5FBBF8. Grayscale: #585858. Windows color (decimal): -6274041 or 476320. OLE color: 476320.
HSL color Cylindrical-coordinate representation of color #A04407: hue angle of 23.92º 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 #A04407 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.37 |
| HSL | 23.92º | 0.92% | 0.33% | - |
| HSV(B) | 23.92º | 0.96% | 0.63% | - |
| XYZ | 16.6 | 11.62 | 1.57 | - |
| YUV | 88.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 7 | 0 | 0.57 | 0.96 | 0.37 | 23.92 | 0.92 | 0.33 |
| Hex | A0 | 44 | 7 | 0 | 39 | 60 | 25 | 18 | 5C | 21 |
| Octal | 240 | 104 | 7 | 0 | 71 | 140 | 45 | 30 | 134 | 41 |
| Binary | 10100000 | 1000100 | 111 | 0 | 111001 | 1100000 | 100101 | 11000 | 1011100 | 100001 |
Color Harmonies of #A04407
Complementary color
Monochromatic Colors of #A04407
Black with #A04407
Text Example
Text Example
White with #A04407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04407; }
p { color: rgb(160,68,7); }
H1.HeaderClassName
{
color: #A04407;
}
.AnyTagClassName
{
color: #A04407;
}
</style>
background-color css
<style>
a { background-color: #A04407; }
a { background-color: rgb(160,68,7); }
div.DivClassName
{
background-color: #A04407;
}
.BgClassName
{
background-color: #A04407;
}
</style>
border-color css
<style>
span { border-color: #A04407; }
span { border-color: rgb(160,68,7); }
td.TdClassName
{
border-color: #A04407;
}
.TagClassName
{
border-color: #A04407;
}
</style>