Shades of Saddle Brown #89320B
Tints of Saddle Brown #89320B
RGB
CMYK
RGB Variations
Color information
#89320B (or 0x89320B) is known color: Saddle Brown. HEX triplet: 89, 32 and 0B. RGB value is (137,50,11). Sum of RGB (Red+Green+Blue) = 137+50+11=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89320B is #76CDF4. Grayscale: #474747. Windows color (decimal): -7785973 or 733833. OLE color: 733833.
HSL color Cylindrical-coordinate representation of color #89320B: hue angle of 18.57º 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 #89320B is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 11 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.46 |
| HSL | 18.57º | 0.85% | 0.29% | - |
| HSV(B) | 18.57º | 0.92% | 0.54% | - |
| XYZ | 11.52 | 7.62 | 1.18 | - |
| YUV | 71.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 11 | 0 | 0.64 | 0.92 | 0.46 | 18.57 | 0.85 | 0.29 |
| Hex | 89 | 32 | B | 0 | 40 | 5C | 2E | 13 | 55 | 1D |
| Octal | 211 | 62 | 13 | 0 | 100 | 134 | 56 | 23 | 125 | 35 |
| Binary | 10001001 | 110010 | 1011 | 0 | 1000000 | 1011100 | 101110 | 10011 | 1010101 | 11101 |
Color Harmonies of #89320B
Complementary color
Monochromatic Colors of #89320B
Black with #89320B
Text Example
Text Example
White with #89320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89320B; }
p { color: rgb(137,50,11); }
H1.HeaderClassName
{
color: #89320B;
}
.AnyTagClassName
{
color: #89320B;
}
</style>
background-color css
<style>
a { background-color: #89320B; }
a { background-color: rgb(137,50,11); }
div.DivClassName
{
background-color: #89320B;
}
.BgClassName
{
background-color: #89320B;
}
</style>
border-color css
<style>
span { border-color: #89320B; }
span { border-color: rgb(137,50,11); }
td.TdClassName
{
border-color: #89320B;
}
.TagClassName
{
border-color: #89320B;
}
</style>