Shades of Saddle Brown #89450E
Tints of Saddle Brown #89450E
RGB
CMYK
RGB Variations
Color information
#89450E (or 0x89450E) is known color: Saddle Brown. HEX triplet: 89, 45 and 0E. RGB value is (137,69,14). Sum of RGB (Red+Green+Blue) = 137+69+14=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89450E is #76BAF1. Grayscale: #535353. Windows color (decimal): -7781106 or 935305. OLE color: 935305.
HSL color Cylindrical-coordinate representation of color #89450E: hue angle of 26.83º 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 #89450E is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 14 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.46 |
| HSL | 26.83º | 0.81% | 0.3% | - |
| HSV(B) | 26.83º | 0.9% | 0.54% | - |
| XYZ | 12.52 | 9.61 | 1.61 | - |
| YUV | 83.06 | 89.03 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 14 | 0 | 0.50 | 0.90 | 0.46 | 26.83 | 0.81 | 0.3 |
| Hex | 89 | 45 | E | 0 | 32 | 5A | 2E | 1B | 51 | 1E |
| Octal | 211 | 105 | 16 | 0 | 62 | 132 | 56 | 33 | 121 | 36 |
| Binary | 10001001 | 1000101 | 1110 | 0 | 110010 | 1011010 | 101110 | 11011 | 1010001 | 11110 |
Color Harmonies of #89450E
Complementary color
Monochromatic Colors of #89450E
Black with #89450E
Text Example
Text Example
White with #89450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89450E; }
p { color: rgb(137,69,14); }
H1.HeaderClassName
{
color: #89450E;
}
.AnyTagClassName
{
color: #89450E;
}
</style>
background-color css
<style>
a { background-color: #89450E; }
a { background-color: rgb(137,69,14); }
div.DivClassName
{
background-color: #89450E;
}
.BgClassName
{
background-color: #89450E;
}
</style>
border-color css
<style>
span { border-color: #89450E; }
span { border-color: rgb(137,69,14); }
td.TdClassName
{
border-color: #89450E;
}
.TagClassName
{
border-color: #89450E;
}
</style>