Shades of Saddle Brown #89380B
Tints of Saddle Brown #89380B
RGB
CMYK
RGB Variations
Color information
#89380B (or 0x89380B) is known color: Saddle Brown. HEX triplet: 89, 38 and 0B. RGB value is (137,56,11). Sum of RGB (Red+Green+Blue) = 137+56+11=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89380B is #76C7F4. Grayscale: #4B4B4B. Windows color (decimal): -7784437 or 735369. OLE color: 735369.
HSL color Cylindrical-coordinate representation of color #89380B: hue angle of 21.43º 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 #89380B is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 11 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.46 |
| HSL | 21.43º | 0.85% | 0.29% | - |
| HSV(B) | 21.43º | 0.92% | 0.54% | - |
| XYZ | 11.79 | 8.17 | 1.27 | - |
| YUV | 75.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 11 | 0 | 0.59 | 0.92 | 0.46 | 21.43 | 0.85 | 0.29 |
| Hex | 89 | 38 | B | 0 | 3B | 5C | 2E | 15 | 55 | 1D |
| Octal | 211 | 70 | 13 | 0 | 73 | 134 | 56 | 25 | 125 | 35 |
| Binary | 10001001 | 111000 | 1011 | 0 | 111011 | 1011100 | 101110 | 10101 | 1010101 | 11101 |
Color Harmonies of #89380B
Complementary color
Monochromatic Colors of #89380B
Black with #89380B
Text Example
Text Example
White with #89380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89380B; }
p { color: rgb(137,56,11); }
H1.HeaderClassName
{
color: #89380B;
}
.AnyTagClassName
{
color: #89380B;
}
</style>
background-color css
<style>
a { background-color: #89380B; }
a { background-color: rgb(137,56,11); }
div.DivClassName
{
background-color: #89380B;
}
.BgClassName
{
background-color: #89380B;
}
</style>
border-color css
<style>
span { border-color: #89380B; }
span { border-color: rgb(137,56,11); }
td.TdClassName
{
border-color: #89380B;
}
.TagClassName
{
border-color: #89380B;
}
</style>