Shades of Saddle Brown #A0510B
Tints of Saddle Brown #A0510B
RGB
CMYK
RGB Variations
Color information
#A0510B (or 0xA0510B) is known color: Saddle Brown. HEX triplet: A0, 51 and 0B. RGB value is (160,81,11). Sum of RGB (Red+Green+Blue) = 160+81+11=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0510B is #5FAEF4. Grayscale: #606060. Windows color (decimal): -6270709 or 741792. OLE color: 741792.
HSL color Cylindrical-coordinate representation of color #A0510B: hue angle of 28.19º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0510B is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 11 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.37 |
| HSL | 28.19º | 0.87% | 0.34% | - |
| HSV(B) | 28.19º | 0.93% | 0.63% | - |
| XYZ | 17.5 | 13.38 | 1.98 | - |
| YUV | 96.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 11 | 0 | 0.49 | 0.93 | 0.37 | 28.19 | 0.87 | 0.34 |
| Hex | A0 | 51 | B | 0 | 31 | 5D | 25 | 1C | 57 | 22 |
| Octal | 240 | 121 | 13 | 0 | 61 | 135 | 45 | 34 | 127 | 42 |
| Binary | 10100000 | 1010001 | 1011 | 0 | 110001 | 1011101 | 100101 | 11100 | 1010111 | 100010 |
Color Harmonies of #A0510B
Complementary color
Monochromatic Colors of #A0510B
Black with #A0510B
Text Example
Text Example
White with #A0510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0510B; }
p { color: rgb(160,81,11); }
H1.HeaderClassName
{
color: #A0510B;
}
.AnyTagClassName
{
color: #A0510B;
}
</style>
background-color css
<style>
a { background-color: #A0510B; }
a { background-color: rgb(160,81,11); }
div.DivClassName
{
background-color: #A0510B;
}
.BgClassName
{
background-color: #A0510B;
}
</style>
border-color css
<style>
span { border-color: #A0510B; }
span { border-color: rgb(160,81,11); }
td.TdClassName
{
border-color: #A0510B;
}
.TagClassName
{
border-color: #A0510B;
}
</style>