Shades of Saddle Brown #895511
Tints of Saddle Brown #895511
RGB
CMYK
RGB Variations
Color information
#895511 (or 0x895511) is known color: Saddle Brown. HEX triplet: 89, 55 and 11. RGB value is (137,85,17). Sum of RGB (Red+Green+Blue) = 137+85+17=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #895511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895511 is #76AAEE. Grayscale: #5D5D5D. Windows color (decimal): -7777007 or 1136009. OLE color: 1136009.
HSL color Cylindrical-coordinate representation of color #895511: hue angle of 34º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #895511 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 17 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.46 |
| HSL | 34º | 0.78% | 0.3% | - |
| HSV(B) | 34º | 0.88% | 0.54% | - |
| XYZ | 13.67 | 11.86 | 2.1 | - |
| YUV | 92.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 17 | 0 | 0.38 | 0.88 | 0.46 | 34 | 0.78 | 0.3 |
| Hex | 89 | 55 | 11 | 0 | 26 | 58 | 2E | 22 | 4E | 1E |
| Octal | 211 | 125 | 21 | 0 | 46 | 130 | 56 | 42 | 116 | 36 |
| Binary | 10001001 | 1010101 | 10001 | 0 | 100110 | 1011000 | 101110 | 100010 | 1001110 | 11110 |
Color Harmonies of #895511
Complementary color
Monochromatic Colors of #895511
Black with #895511
Text Example
Text Example
White with #895511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895511; }
p { color: rgb(137,85,17); }
H1.HeaderClassName
{
color: #895511;
}
.AnyTagClassName
{
color: #895511;
}
</style>
background-color css
<style>
a { background-color: #895511; }
a { background-color: rgb(137,85,17); }
div.DivClassName
{
background-color: #895511;
}
.BgClassName
{
background-color: #895511;
}
</style>
border-color css
<style>
span { border-color: #895511; }
span { border-color: rgb(137,85,17); }
td.TdClassName
{
border-color: #895511;
}
.TagClassName
{
border-color: #895511;
}
</style>