Shades of Saddle Brown #89400E
Tints of Saddle Brown #89400E
RGB
CMYK
RGB Variations
Color information
#89400E (or 0x89400E) is known color: Saddle Brown. HEX triplet: 89, 40 and 0E. RGB value is (137,64,14). Sum of RGB (Red+Green+Blue) = 137+64+14=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89400E is #76BFF1. Grayscale: #505050. Windows color (decimal): -7782386 or 934025. OLE color: 934025.
HSL color Cylindrical-coordinate representation of color #89400E: hue angle of 24.39º 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 #89400E is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 14 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.46 |
| HSL | 24.39º | 0.81% | 0.3% | - |
| HSV(B) | 24.39º | 0.9% | 0.54% | - |
| XYZ | 12.23 | 9.02 | 1.51 | - |
| YUV | 80.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 14 | 0 | 0.53 | 0.90 | 0.46 | 24.39 | 0.81 | 0.3 |
| Hex | 89 | 40 | E | 0 | 35 | 5A | 2E | 18 | 51 | 1E |
| Octal | 211 | 100 | 16 | 0 | 65 | 132 | 56 | 30 | 121 | 36 |
| Binary | 10001001 | 1000000 | 1110 | 0 | 110101 | 1011010 | 101110 | 11000 | 1010001 | 11110 |
Color Harmonies of #89400E
Complementary color
Monochromatic Colors of #89400E
Black with #89400E
Text Example
Text Example
White with #89400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89400E; }
p { color: rgb(137,64,14); }
H1.HeaderClassName
{
color: #89400E;
}
.AnyTagClassName
{
color: #89400E;
}
</style>
background-color css
<style>
a { background-color: #89400E; }
a { background-color: rgb(137,64,14); }
div.DivClassName
{
background-color: #89400E;
}
.BgClassName
{
background-color: #89400E;
}
</style>
border-color css
<style>
span { border-color: #89400E; }
span { border-color: rgb(137,64,14); }
td.TdClassName
{
border-color: #89400E;
}
.TagClassName
{
border-color: #89400E;
}
</style>