Shades of Saddle Brown #A0400F
Tints of Saddle Brown #A0400F
RGB
CMYK
RGB Variations
Color information
#A0400F (or 0xA0400F) is known color: Saddle Brown. HEX triplet: A0, 40 and 0F. RGB value is (160,64,15). Sum of RGB (Red+Green+Blue) = 160+64+15=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0400F is #5FBFF0. Grayscale: #575757. Windows color (decimal): -6275057 or 999584. OLE color: 999584.
HSL color Cylindrical-coordinate representation of color #A0400F: hue angle of 20.28º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0400F is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 15 | - |
| CMYK | 0 | 0.6 | 0.91 | 0.37 |
| HSL | 20.28º | 0.83% | 0.34% | - |
| HSV(B) | 20.28º | 0.91% | 0.63% | - |
| XYZ | 16.42 | 11.17 | 1.74 | - |
| YUV | 87.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 15 | 0 | 0.6 | 0.91 | 0.37 | 20.28 | 0.83 | 0.34 |
| Hex | A0 | 40 | F | 0 | 3C | 5B | 25 | 14 | 53 | 22 |
| Octal | 240 | 100 | 17 | 0 | 74 | 133 | 45 | 24 | 123 | 42 |
| Binary | 10100000 | 1000000 | 1111 | 0 | 111100 | 1011011 | 100101 | 10100 | 1010011 | 100010 |
Color Harmonies of #A0400F
Complementary color
Monochromatic Colors of #A0400F
Black with #A0400F
Text Example
Text Example
White with #A0400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0400F; }
p { color: rgb(160,64,15); }
H1.HeaderClassName
{
color: #A0400F;
}
.AnyTagClassName
{
color: #A0400F;
}
</style>
background-color css
<style>
a { background-color: #A0400F; }
a { background-color: rgb(160,64,15); }
div.DivClassName
{
background-color: #A0400F;
}
.BgClassName
{
background-color: #A0400F;
}
</style>
border-color css
<style>
span { border-color: #A0400F; }
span { border-color: rgb(160,64,15); }
td.TdClassName
{
border-color: #A0400F;
}
.TagClassName
{
border-color: #A0400F;
}
</style>