Shades of Saddle Brown #89520E
Tints of Saddle Brown #89520E
RGB
CMYK
RGB Variations
Color information
#89520E (or 0x89520E) is known color: Saddle Brown. HEX triplet: 89, 52 and 0E. RGB value is (137,82,14). Sum of RGB (Red+Green+Blue) = 137+82+14=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89520E is #76ADF1. Grayscale: #5B5B5B. Windows color (decimal): -7777778 or 938633. OLE color: 938633.
HSL color Cylindrical-coordinate representation of color #89520E: hue angle of 33.17º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89520E is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 14 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.46 |
| HSL | 33.17º | 0.81% | 0.3% | - |
| HSV(B) | 33.17º | 0.9% | 0.54% | - |
| XYZ | 13.41 | 11.38 | 1.91 | - |
| YUV | 90.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 14 | 0 | 0.40 | 0.90 | 0.46 | 33.17 | 0.81 | 0.3 |
| Hex | 89 | 52 | E | 0 | 28 | 5A | 2E | 21 | 51 | 1E |
| Octal | 211 | 122 | 16 | 0 | 50 | 132 | 56 | 41 | 121 | 36 |
| Binary | 10001001 | 1010010 | 1110 | 0 | 101000 | 1011010 | 101110 | 100001 | 1010001 | 11110 |
Color Harmonies of #89520E
Complementary color
Monochromatic Colors of #89520E
Black with #89520E
Text Example
Text Example
White with #89520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89520E; }
p { color: rgb(137,82,14); }
H1.HeaderClassName
{
color: #89520E;
}
.AnyTagClassName
{
color: #89520E;
}
</style>
background-color css
<style>
a { background-color: #89520E; }
a { background-color: rgb(137,82,14); }
div.DivClassName
{
background-color: #89520E;
}
.BgClassName
{
background-color: #89520E;
}
</style>
border-color css
<style>
span { border-color: #89520E; }
span { border-color: rgb(137,82,14); }
td.TdClassName
{
border-color: #89520E;
}
.TagClassName
{
border-color: #89520E;
}
</style>