Shades of Saddle Brown #89310C
Tints of Saddle Brown #89310C
RGB
CMYK
RGB Variations
Color information
#89310C (or 0x89310C) is known color: Saddle Brown. HEX triplet: 89, 31 and 0C. RGB value is (137,49,12). Sum of RGB (Red+Green+Blue) = 137+49+12=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89310C is #76CEF3. Grayscale: #474747. Windows color (decimal): -7786228 or 799113. OLE color: 799113.
HSL color Cylindrical-coordinate representation of color #89310C: hue angle of 17.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89310C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 49 | 12 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.46 |
| HSL | 17.76º | 0.84% | 0.29% | - |
| HSV(B) | 17.76º | 0.91% | 0.54% | - |
| XYZ | 11.48 | 7.54 | 1.2 | - |
| YUV | 71.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 12 | 0 | 0.64 | 0.91 | 0.46 | 17.76 | 0.84 | 0.29 |
| Hex | 89 | 31 | C | 0 | 40 | 5B | 2E | 12 | 54 | 1D |
| Octal | 211 | 61 | 14 | 0 | 100 | 133 | 56 | 22 | 124 | 35 |
| Binary | 10001001 | 110001 | 1100 | 0 | 1000000 | 1011011 | 101110 | 10010 | 1010100 | 11101 |
Color Harmonies of #89310C
Complementary color
Monochromatic Colors of #89310C
Black with #89310C
Text Example
Text Example
White with #89310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89310C; }
p { color: rgb(137,49,12); }
H1.HeaderClassName
{
color: #89310C;
}
.AnyTagClassName
{
color: #89310C;
}
</style>
background-color css
<style>
a { background-color: #89310C; }
a { background-color: rgb(137,49,12); }
div.DivClassName
{
background-color: #89310C;
}
.BgClassName
{
background-color: #89310C;
}
</style>
border-color css
<style>
span { border-color: #89310C; }
span { border-color: rgb(137,49,12); }
td.TdClassName
{
border-color: #89310C;
}
.TagClassName
{
border-color: #89310C;
}
</style>