Shades of Saddle Brown #895512
Tints of Saddle Brown #895512
RGB
CMYK
RGB Variations
Color information
#895512 (or 0x895512) is known color: Saddle Brown. HEX triplet: 89, 55 and 12. RGB value is (137,85,18). Sum of RGB (Red+Green+Blue) = 137+85+18=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895512 is #76AAED. Grayscale: #5D5D5D. Windows color (decimal): -7777006 or 1201545. OLE color: 1201545.
HSL color Cylindrical-coordinate representation of color #895512: hue angle of 33.78º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #895512 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 18 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.46 |
| HSL | 33.78º | 0.77% | 0.3% | - |
| HSV(B) | 33.78º | 0.87% | 0.54% | - |
| XYZ | 13.67 | 11.86 | 2.14 | - |
| YUV | 92.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 18 | 0 | 0.38 | 0.87 | 0.46 | 33.78 | 0.77 | 0.3 |
| Hex | 89 | 55 | 12 | 0 | 26 | 57 | 2E | 22 | 4D | 1E |
| Octal | 211 | 125 | 22 | 0 | 46 | 127 | 56 | 42 | 115 | 36 |
| Binary | 10001001 | 1010101 | 10010 | 0 | 100110 | 1010111 | 101110 | 100010 | 1001101 | 11110 |
Color Harmonies of #895512
Complementary color
Monochromatic Colors of #895512
Black with #895512
Text Example
Text Example
White with #895512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895512; }
p { color: rgb(137,85,18); }
H1.HeaderClassName
{
color: #895512;
}
.AnyTagClassName
{
color: #895512;
}
</style>
background-color css
<style>
a { background-color: #895512; }
a { background-color: rgb(137,85,18); }
div.DivClassName
{
background-color: #895512;
}
.BgClassName
{
background-color: #895512;
}
</style>
border-color css
<style>
span { border-color: #895512; }
span { border-color: rgb(137,85,18); }
td.TdClassName
{
border-color: #895512;
}
.TagClassName
{
border-color: #895512;
}
</style>