Shades of Saddle Brown #893C11
Tints of Saddle Brown #893C11
RGB
CMYK
RGB Variations
Color information
#893C11 (or 0x893C11) is known color: Saddle Brown. HEX triplet: 89, 3C and 11. RGB value is (137,60,17). Sum of RGB (Red+Green+Blue) = 137+60+17=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #893C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C11 is #76C3EE. Grayscale: #4E4E4E. Windows color (decimal): -7783407 or 1129609. OLE color: 1129609.
HSL color Cylindrical-coordinate representation of color #893C11: hue angle of 21.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #893C11 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 17 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.46 |
| HSL | 21.5º | 0.78% | 0.3% | - |
| HSV(B) | 21.5º | 0.88% | 0.54% | - |
| XYZ | 12.03 | 8.59 | 1.55 | - |
| YUV | 78.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 17 | 0 | 0.56 | 0.88 | 0.46 | 21.5 | 0.78 | 0.3 |
| Hex | 89 | 3C | 11 | 0 | 38 | 58 | 2E | 16 | 4E | 1E |
| Octal | 211 | 74 | 21 | 0 | 70 | 130 | 56 | 26 | 116 | 36 |
| Binary | 10001001 | 111100 | 10001 | 0 | 111000 | 1011000 | 101110 | 10110 | 1001110 | 11110 |
Color Harmonies of #893C11
Complementary color
Monochromatic Colors of #893C11
Black with #893C11
Text Example
Text Example
White with #893C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C11; }
p { color: rgb(137,60,17); }
H1.HeaderClassName
{
color: #893C11;
}
.AnyTagClassName
{
color: #893C11;
}
</style>
background-color css
<style>
a { background-color: #893C11; }
a { background-color: rgb(137,60,17); }
div.DivClassName
{
background-color: #893C11;
}
.BgClassName
{
background-color: #893C11;
}
</style>
border-color css
<style>
span { border-color: #893C11; }
span { border-color: rgb(137,60,17); }
td.TdClassName
{
border-color: #893C11;
}
.TagClassName
{
border-color: #893C11;
}
</style>