Shades of Saddle Brown #993B11
Tints of Saddle Brown #993B11
RGB
CMYK
RGB Variations
Color information
#993B11 (or 0x993B11) is known color: Saddle Brown. HEX triplet: 99, 3B and 11. RGB value is (153,59,17). Sum of RGB (Red+Green+Blue) = 153+59+17=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #993B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B11 is #66C4EE. Grayscale: #525252. Windows color (decimal): -6735087 or 1129369. OLE color: 1129369.
HSL color Cylindrical-coordinate representation of color #993B11: hue angle of 18.53º 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 #993B11 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 17 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.4 |
| HSL | 18.53º | 0.8% | 0.33% | - |
| HSV(B) | 18.53º | 0.89% | 0.6% | - |
| XYZ | 14.8 | 9.94 | 1.67 | - |
| YUV | 82.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 17 | 0 | 0.61 | 0.89 | 0.4 | 18.53 | 0.8 | 0.33 |
| Hex | 99 | 3B | 11 | 0 | 3D | 59 | 28 | 13 | 50 | 21 |
| Octal | 231 | 73 | 21 | 0 | 75 | 131 | 50 | 23 | 120 | 41 |
| Binary | 10011001 | 111011 | 10001 | 0 | 111101 | 1011001 | 101000 | 10011 | 1010000 | 100001 |
Color Harmonies of #993B11
Complementary color
Monochromatic Colors of #993B11
Black with #993B11
Text Example
Text Example
White with #993B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B11; }
p { color: rgb(153,59,17); }
H1.HeaderClassName
{
color: #993B11;
}
.AnyTagClassName
{
color: #993B11;
}
</style>
background-color css
<style>
a { background-color: #993B11; }
a { background-color: rgb(153,59,17); }
div.DivClassName
{
background-color: #993B11;
}
.BgClassName
{
background-color: #993B11;
}
</style>
border-color css
<style>
span { border-color: #993B11; }
span { border-color: rgb(153,59,17); }
td.TdClassName
{
border-color: #993B11;
}
.TagClassName
{
border-color: #993B11;
}
</style>