Shades of Saddle Brown #A0400D
Tints of Saddle Brown #A0400D
RGB
CMYK
RGB Variations
Color information
#A0400D (or 0xA0400D) is known color: Saddle Brown. HEX triplet: A0, 40 and 0D. RGB value is (160,64,13). Sum of RGB (Red+Green+Blue) = 160+64+13=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0400D is #5FBFF2. Grayscale: #575757. Windows color (decimal): -6275059 or 868512. OLE color: 868512.
HSL color Cylindrical-coordinate representation of color #A0400D: hue angle of 20.82º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0400D is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 13 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.37 |
| HSL | 20.82º | 0.85% | 0.34% | - |
| HSV(B) | 20.82º | 0.92% | 0.63% | - |
| XYZ | 16.4 | 11.17 | 1.67 | - |
| YUV | 86.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 13 | 0 | 0.6 | 0.92 | 0.37 | 20.82 | 0.85 | 0.34 |
| Hex | A0 | 40 | D | 0 | 3C | 5C | 25 | 15 | 55 | 22 |
| Octal | 240 | 100 | 15 | 0 | 74 | 134 | 45 | 25 | 125 | 42 |
| Binary | 10100000 | 1000000 | 1101 | 0 | 111100 | 1011100 | 100101 | 10101 | 1010101 | 100010 |
Color Harmonies of #A0400D
Complementary color
Monochromatic Colors of #A0400D
Black with #A0400D
Text Example
Text Example
White with #A0400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0400D; }
p { color: rgb(160,64,13); }
H1.HeaderClassName
{
color: #A0400D;
}
.AnyTagClassName
{
color: #A0400D;
}
</style>
background-color css
<style>
a { background-color: #A0400D; }
a { background-color: rgb(160,64,13); }
div.DivClassName
{
background-color: #A0400D;
}
.BgClassName
{
background-color: #A0400D;
}
</style>
border-color css
<style>
span { border-color: #A0400D; }
span { border-color: rgb(160,64,13); }
td.TdClassName
{
border-color: #A0400D;
}
.TagClassName
{
border-color: #A0400D;
}
</style>