Shades of Saddle Brown #89360B
Tints of Saddle Brown #89360B
RGB
CMYK
RGB Variations
Color information
#89360B (or 0x89360B) is known color: Saddle Brown. HEX triplet: 89, 36 and 0B. RGB value is (137,54,11). Sum of RGB (Red+Green+Blue) = 137+54+11=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89360B is #76C9F4. Grayscale: #4A4A4A. Windows color (decimal): -7784949 or 734857. OLE color: 734857.
HSL color Cylindrical-coordinate representation of color #89360B: hue angle of 20.48º 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 #89360B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 11 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.46 |
| HSL | 20.48º | 0.85% | 0.29% | - |
| HSV(B) | 20.48º | 0.92% | 0.54% | - |
| XYZ | 11.7 | 7.98 | 1.24 | - |
| YUV | 73.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 11 | 0 | 0.61 | 0.92 | 0.46 | 20.48 | 0.85 | 0.29 |
| Hex | 89 | 36 | B | 0 | 3D | 5C | 2E | 14 | 55 | 1D |
| Octal | 211 | 66 | 13 | 0 | 75 | 134 | 56 | 24 | 125 | 35 |
| Binary | 10001001 | 110110 | 1011 | 0 | 111101 | 1011100 | 101110 | 10100 | 1010101 | 11101 |
Color Harmonies of #89360B
Complementary color
Monochromatic Colors of #89360B
Black with #89360B
Text Example
Text Example
White with #89360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89360B; }
p { color: rgb(137,54,11); }
H1.HeaderClassName
{
color: #89360B;
}
.AnyTagClassName
{
color: #89360B;
}
</style>
background-color css
<style>
a { background-color: #89360B; }
a { background-color: rgb(137,54,11); }
div.DivClassName
{
background-color: #89360B;
}
.BgClassName
{
background-color: #89360B;
}
</style>
border-color css
<style>
span { border-color: #89360B; }
span { border-color: rgb(137,54,11); }
td.TdClassName
{
border-color: #89360B;
}
.TagClassName
{
border-color: #89360B;
}
</style>