Shades of Saddle Brown #89400B
Tints of Saddle Brown #89400B
RGB
CMYK
RGB Variations
Color information
#89400B (or 0x89400B) is known color: Saddle Brown. HEX triplet: 89, 40 and 0B. RGB value is (137,64,11). Sum of RGB (Red+Green+Blue) = 137+64+11=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #89400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89400B is #76BFF4. Grayscale: #505050. Windows color (decimal): -7782389 or 737417. OLE color: 737417.
HSL color Cylindrical-coordinate representation of color #89400B: hue angle of 25.24º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89400B is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 11 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.46 |
| HSL | 25.24º | 0.85% | 0.29% | - |
| HSV(B) | 25.24º | 0.92% | 0.54% | - |
| XYZ | 12.21 | 9.01 | 1.41 | - |
| YUV | 79.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 11 | 0 | 0.53 | 0.92 | 0.46 | 25.24 | 0.85 | 0.29 |
| Hex | 89 | 40 | B | 0 | 35 | 5C | 2E | 19 | 55 | 1D |
| Octal | 211 | 100 | 13 | 0 | 65 | 134 | 56 | 31 | 125 | 35 |
| Binary | 10001001 | 1000000 | 1011 | 0 | 110101 | 1011100 | 101110 | 11001 | 1010101 | 11101 |
Color Harmonies of #89400B
Complementary color
Monochromatic Colors of #89400B
Black with #89400B
Text Example
Text Example
White with #89400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89400B; }
p { color: rgb(137,64,11); }
H1.HeaderClassName
{
color: #89400B;
}
.AnyTagClassName
{
color: #89400B;
}
</style>
background-color css
<style>
a { background-color: #89400B; }
a { background-color: rgb(137,64,11); }
div.DivClassName
{
background-color: #89400B;
}
.BgClassName
{
background-color: #89400B;
}
</style>
border-color css
<style>
span { border-color: #89400B; }
span { border-color: rgb(137,64,11); }
td.TdClassName
{
border-color: #89400B;
}
.TagClassName
{
border-color: #89400B;
}
</style>