Shades of Saddle Brown #89310F
Tints of Saddle Brown #89310F
RGB
CMYK
RGB Variations
Color information
#89310F (or 0x89310F) is known color: Saddle Brown. HEX triplet: 89, 31 and 0F. RGB value is (137,49,15). Sum of RGB (Red+Green+Blue) = 137+49+15=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89310F is #76CEF0. Grayscale: #474747. Windows color (decimal): -7786225 or 995721. OLE color: 995721.
HSL color Cylindrical-coordinate representation of color #89310F: hue angle of 16.72º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89310F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 15 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.46 |
| HSL | 16.72º | 0.8% | 0.3% | - |
| HSV(B) | 16.72º | 0.89% | 0.54% | - |
| XYZ | 11.5 | 7.55 | 1.3 | - |
| YUV | 71.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 15 | 0 | 0.64 | 0.89 | 0.46 | 16.72 | 0.8 | 0.3 |
| Hex | 89 | 31 | F | 0 | 40 | 59 | 2E | 11 | 50 | 1E |
| Octal | 211 | 61 | 17 | 0 | 100 | 131 | 56 | 21 | 120 | 36 |
| Binary | 10001001 | 110001 | 1111 | 0 | 1000000 | 1011001 | 101110 | 10001 | 1010000 | 11110 |
Color Harmonies of #89310F
Complementary color
Monochromatic Colors of #89310F
Black with #89310F
Text Example
Text Example
White with #89310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89310F; }
p { color: rgb(137,49,15); }
H1.HeaderClassName
{
color: #89310F;
}
.AnyTagClassName
{
color: #89310F;
}
</style>
background-color css
<style>
a { background-color: #89310F; }
a { background-color: rgb(137,49,15); }
div.DivClassName
{
background-color: #89310F;
}
.BgClassName
{
background-color: #89310F;
}
</style>
border-color css
<style>
span { border-color: #89310F; }
span { border-color: rgb(137,49,15); }
td.TdClassName
{
border-color: #89310F;
}
.TagClassName
{
border-color: #89310F;
}
</style>