Shades of Saddle Brown #993E11
Tints of Saddle Brown #993E11
RGB
CMYK
RGB Variations
Color information
#993E11 (or 0x993E11) is known color: Saddle Brown. HEX triplet: 99, 3E and 11. RGB value is (153,62,17). Sum of RGB (Red+Green+Blue) = 153+62+17=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #993E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E11 is #66C1EE. Grayscale: #545454. Windows color (decimal): -6734319 or 1130137. OLE color: 1130137.
HSL color Cylindrical-coordinate representation of color #993E11: hue angle of 19.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #993E11 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 17 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.4 |
| HSL | 19.85º | 0.8% | 0.33% | - |
| HSV(B) | 19.85º | 0.89% | 0.6% | - |
| XYZ | 14.96 | 10.26 | 1.72 | - |
| YUV | 84.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 17 | 0 | 0.59 | 0.89 | 0.4 | 19.85 | 0.8 | 0.33 |
| Hex | 99 | 3E | 11 | 0 | 3B | 59 | 28 | 14 | 50 | 21 |
| Octal | 231 | 76 | 21 | 0 | 73 | 131 | 50 | 24 | 120 | 41 |
| Binary | 10011001 | 111110 | 10001 | 0 | 111011 | 1011001 | 101000 | 10100 | 1010000 | 100001 |
Color Harmonies of #993E11
Complementary color
Monochromatic Colors of #993E11
Black with #993E11
Text Example
Text Example
White with #993E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E11; }
p { color: rgb(153,62,17); }
H1.HeaderClassName
{
color: #993E11;
}
.AnyTagClassName
{
color: #993E11;
}
</style>
background-color css
<style>
a { background-color: #993E11; }
a { background-color: rgb(153,62,17); }
div.DivClassName
{
background-color: #993E11;
}
.BgClassName
{
background-color: #993E11;
}
</style>
border-color css
<style>
span { border-color: #993E11; }
span { border-color: rgb(153,62,17); }
td.TdClassName
{
border-color: #993E11;
}
.TagClassName
{
border-color: #993E11;
}
</style>