Shades of Saddle Brown #89500B
Tints of Saddle Brown #89500B
RGB
CMYK
RGB Variations
Color information
#89500B (or 0x89500B) is known color: Saddle Brown. HEX triplet: 89, 50 and 0B. RGB value is (137,80,11). Sum of RGB (Red+Green+Blue) = 137+80+11=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #89500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89500B is #76AFF4. Grayscale: #595959. Windows color (decimal): -7778293 or 741513. OLE color: 741513.
HSL color Cylindrical-coordinate representation of color #89500B: hue angle of 32.86º 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 #89500B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 11 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.46 |
| HSL | 32.86º | 0.85% | 0.29% | - |
| HSV(B) | 32.86º | 0.92% | 0.54% | - |
| XYZ | 13.25 | 11.08 | 1.76 | - |
| YUV | 89.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 11 | 0 | 0.42 | 0.92 | 0.46 | 32.86 | 0.85 | 0.29 |
| Hex | 89 | 50 | B | 0 | 2A | 5C | 2E | 21 | 55 | 1D |
| Octal | 211 | 120 | 13 | 0 | 52 | 134 | 56 | 41 | 125 | 35 |
| Binary | 10001001 | 1010000 | 1011 | 0 | 101010 | 1011100 | 101110 | 100001 | 1010101 | 11101 |
Color Harmonies of #89500B
Complementary color
Monochromatic Colors of #89500B
Black with #89500B
Text Example
Text Example
White with #89500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89500B; }
p { color: rgb(137,80,11); }
H1.HeaderClassName
{
color: #89500B;
}
.AnyTagClassName
{
color: #89500B;
}
</style>
background-color css
<style>
a { background-color: #89500B; }
a { background-color: rgb(137,80,11); }
div.DivClassName
{
background-color: #89500B;
}
.BgClassName
{
background-color: #89500B;
}
</style>
border-color css
<style>
span { border-color: #89500B; }
span { border-color: rgb(137,80,11); }
td.TdClassName
{
border-color: #89500B;
}
.TagClassName
{
border-color: #89500B;
}
</style>