Shades of Saddle Brown #89400F
Tints of Saddle Brown #89400F
RGB
CMYK
RGB Variations
Color information
#89400F (or 0x89400F) is known color: Saddle Brown. HEX triplet: 89, 40 and 0F. RGB value is (137,64,15). Sum of RGB (Red+Green+Blue) = 137+64+15=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89400F is #76BFF0. Grayscale: #505050. Windows color (decimal): -7782385 or 999561. OLE color: 999561.
HSL color Cylindrical-coordinate representation of color #89400F: hue angle of 24.1º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89400F is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 15 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.46 |
| HSL | 24.1º | 0.8% | 0.3% | - |
| HSV(B) | 24.1º | 0.89% | 0.54% | - |
| XYZ | 12.24 | 9.02 | 1.55 | - |
| YUV | 80.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 15 | 0 | 0.53 | 0.89 | 0.46 | 24.1 | 0.8 | 0.3 |
| Hex | 89 | 40 | F | 0 | 35 | 59 | 2E | 18 | 50 | 1E |
| Octal | 211 | 100 | 17 | 0 | 65 | 131 | 56 | 30 | 120 | 36 |
| Binary | 10001001 | 1000000 | 1111 | 0 | 110101 | 1011001 | 101110 | 11000 | 1010000 | 11110 |
Color Harmonies of #89400F
Complementary color
Monochromatic Colors of #89400F
Black with #89400F
Text Example
Text Example
White with #89400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89400F; }
p { color: rgb(137,64,15); }
H1.HeaderClassName
{
color: #89400F;
}
.AnyTagClassName
{
color: #89400F;
}
</style>
background-color css
<style>
a { background-color: #89400F; }
a { background-color: rgb(137,64,15); }
div.DivClassName
{
background-color: #89400F;
}
.BgClassName
{
background-color: #89400F;
}
</style>
border-color css
<style>
span { border-color: #89400F; }
span { border-color: rgb(137,64,15); }
td.TdClassName
{
border-color: #89400F;
}
.TagClassName
{
border-color: #89400F;
}
</style>