Shades of Saddle Brown #A0500B
Tints of Saddle Brown #A0500B
RGB
CMYK
RGB Variations
Color information
#A0500B (or 0xA0500B) is known color: Saddle Brown. HEX triplet: A0, 50 and 0B. RGB value is (160,80,11). Sum of RGB (Red+Green+Blue) = 160+80+11=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A0500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0500B is #5FAFF4. Grayscale: #606060. Windows color (decimal): -6270965 or 741536. OLE color: 741536.
HSL color Cylindrical-coordinate representation of color #A0500B: hue angle of 27.79º 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 #A0500B is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 11 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.37 |
| HSL | 27.79º | 0.87% | 0.34% | - |
| HSV(B) | 27.79º | 0.93% | 0.63% | - |
| XYZ | 17.43 | 13.24 | 1.95 | - |
| YUV | 96.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 11 | 0 | 0.5 | 0.93 | 0.37 | 27.79 | 0.87 | 0.34 |
| Hex | A0 | 50 | B | 0 | 32 | 5D | 25 | 1C | 57 | 22 |
| Octal | 240 | 120 | 13 | 0 | 62 | 135 | 45 | 34 | 127 | 42 |
| Binary | 10100000 | 1010000 | 1011 | 0 | 110010 | 1011101 | 100101 | 11100 | 1010111 | 100010 |
Color Harmonies of #A0500B
Complementary color
Monochromatic Colors of #A0500B
Black with #A0500B
Text Example
Text Example
White with #A0500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0500B; }
p { color: rgb(160,80,11); }
H1.HeaderClassName
{
color: #A0500B;
}
.AnyTagClassName
{
color: #A0500B;
}
</style>
background-color css
<style>
a { background-color: #A0500B; }
a { background-color: rgb(160,80,11); }
div.DivClassName
{
background-color: #A0500B;
}
.BgClassName
{
background-color: #A0500B;
}
</style>
border-color css
<style>
span { border-color: #A0500B; }
span { border-color: rgb(160,80,11); }
td.TdClassName
{
border-color: #A0500B;
}
.TagClassName
{
border-color: #A0500B;
}
</style>