Shades of Saddle Brown #A04400
Tints of Saddle Brown #A04400
RGB
CMYK
RGB Variations
Color information
#A04400 (or 0xA04400) is known color: Saddle Brown. HEX triplet: A0, 44 and 00. RGB value is (160,68,0). Sum of RGB (Red+Green+Blue) = 160+68+0=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A04400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04400 is #5FBBFF. Grayscale: #585858. Windows color (decimal): -6274048 or 17568. OLE color: 17568.
HSL color Cylindrical-coordinate representation of color #A04400: hue angle of 25.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A04400 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.37 |
| HSL | 25.5º | 1% | 0.31% | - |
| HSV(B) | 25.5º | 1% | 0.63% | - |
| XYZ | 16.56 | 11.61 | 1.37 | - |
| YUV | 87.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 0 | 0 | 0.57 | 1 | 0.37 | 25.5 | 1 | 0.31 |
| Hex | A0 | 44 | 0 | 0 | 39 | 64 | 25 | 1A | 64 | 1F |
| Octal | 240 | 104 | 0 | 0 | 71 | 144 | 45 | 32 | 144 | 37 |
| Binary | 10100000 | 1000100 | 0 | 0 | 111001 | 1100100 | 100101 | 11010 | 1100100 | 11111 |
Color Harmonies of #A04400
Complementary color
Monochromatic Colors of #A04400
Black with #A04400
Text Example
Text Example
White with #A04400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04400; }
p { color: rgb(160,68,0); }
H1.HeaderClassName
{
color: #A04400;
}
.AnyTagClassName
{
color: #A04400;
}
</style>
background-color css
<style>
a { background-color: #A04400; }
a { background-color: rgb(160,68,0); }
div.DivClassName
{
background-color: #A04400;
}
.BgClassName
{
background-color: #A04400;
}
</style>
border-color css
<style>
span { border-color: #A04400; }
span { border-color: rgb(160,68,0); }
td.TdClassName
{
border-color: #A04400;
}
.TagClassName
{
border-color: #A04400;
}
</style>