Shades of Saddle Brown #89500E
Tints of Saddle Brown #89500E
RGB
CMYK
RGB Variations
Color information
#89500E (or 0x89500E) is known color: Saddle Brown. HEX triplet: 89, 50 and 0E. RGB value is (137,80,14). Sum of RGB (Red+Green+Blue) = 137+80+14=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89500E is #76AFF1. Grayscale: #595959. Windows color (decimal): -7778290 or 938121. OLE color: 938121.
HSL color Cylindrical-coordinate representation of color #89500E: hue angle of 32.2º 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 #89500E is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 14 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.46 |
| HSL | 32.2º | 0.81% | 0.3% | - |
| HSV(B) | 32.2º | 0.9% | 0.54% | - |
| XYZ | 13.26 | 11.09 | 1.86 | - |
| YUV | 89.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 14 | 0 | 0.42 | 0.90 | 0.46 | 32.2 | 0.81 | 0.3 |
| Hex | 89 | 50 | E | 0 | 2A | 5A | 2E | 20 | 51 | 1E |
| Octal | 211 | 120 | 16 | 0 | 52 | 132 | 56 | 40 | 121 | 36 |
| Binary | 10001001 | 1010000 | 1110 | 0 | 101010 | 1011010 | 101110 | 100000 | 1010001 | 11110 |
Color Harmonies of #89500E
Complementary color
Monochromatic Colors of #89500E
Black with #89500E
Text Example
Text Example
White with #89500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89500E; }
p { color: rgb(137,80,14); }
H1.HeaderClassName
{
color: #89500E;
}
.AnyTagClassName
{
color: #89500E;
}
</style>
background-color css
<style>
a { background-color: #89500E; }
a { background-color: rgb(137,80,14); }
div.DivClassName
{
background-color: #89500E;
}
.BgClassName
{
background-color: #89500E;
}
</style>
border-color css
<style>
span { border-color: #89500E; }
span { border-color: rgb(137,80,14); }
td.TdClassName
{
border-color: #89500E;
}
.TagClassName
{
border-color: #89500E;
}
</style>