Shades of Saddle Brown #89330B
Tints of Saddle Brown #89330B
RGB
CMYK
RGB Variations
Color information
#89330B (or 0x89330B) is known color: Saddle Brown. HEX triplet: 89, 33 and 0B. RGB value is (137,51,11). Sum of RGB (Red+Green+Blue) = 137+51+11=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89330B is #76CCF4. Grayscale: #484848. Windows color (decimal): -7785717 or 734089. OLE color: 734089.
HSL color Cylindrical-coordinate representation of color #89330B: hue angle of 19.05º 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 #89330B is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 11 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.46 |
| HSL | 19.05º | 0.85% | 0.29% | - |
| HSV(B) | 19.05º | 0.92% | 0.54% | - |
| XYZ | 11.56 | 7.71 | 1.2 | - |
| YUV | 72.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 11 | 0 | 0.63 | 0.92 | 0.46 | 19.05 | 0.85 | 0.29 |
| Hex | 89 | 33 | B | 0 | 3F | 5C | 2E | 13 | 55 | 1D |
| Octal | 211 | 63 | 13 | 0 | 77 | 134 | 56 | 23 | 125 | 35 |
| Binary | 10001001 | 110011 | 1011 | 0 | 111111 | 1011100 | 101110 | 10011 | 1010101 | 11101 |
Color Harmonies of #89330B
Complementary color
Monochromatic Colors of #89330B
Black with #89330B
Text Example
Text Example
White with #89330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89330B; }
p { color: rgb(137,51,11); }
H1.HeaderClassName
{
color: #89330B;
}
.AnyTagClassName
{
color: #89330B;
}
</style>
background-color css
<style>
a { background-color: #89330B; }
a { background-color: rgb(137,51,11); }
div.DivClassName
{
background-color: #89330B;
}
.BgClassName
{
background-color: #89330B;
}
</style>
border-color css
<style>
span { border-color: #89330B; }
span { border-color: rgb(137,51,11); }
td.TdClassName
{
border-color: #89330B;
}
.TagClassName
{
border-color: #89330B;
}
</style>