Shades of Saddle Brown #993411
Tints of Saddle Brown #993411
RGB
CMYK
RGB Variations
Color information
#993411 (or 0x993411) is known color: Saddle Brown. HEX triplet: 99, 34 and 11. RGB value is (153,52,17). Sum of RGB (Red+Green+Blue) = 153+52+17=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #993411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993411 is #66CBEE. Grayscale: #4E4E4E. Windows color (decimal): -6736879 or 1127577. OLE color: 1127577.
HSL color Cylindrical-coordinate representation of color #993411: hue angle of 15.44º 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 #993411 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 17 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.4 |
| HSL | 15.44º | 0.8% | 0.33% | - |
| HSV(B) | 15.44º | 0.89% | 0.6% | - |
| XYZ | 14.47 | 9.27 | 1.56 | - |
| YUV | 78.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 17 | 0 | 0.66 | 0.89 | 0.4 | 15.44 | 0.8 | 0.33 |
| Hex | 99 | 34 | 11 | 0 | 42 | 59 | 28 | F | 50 | 21 |
| Octal | 231 | 64 | 21 | 0 | 102 | 131 | 50 | 17 | 120 | 41 |
| Binary | 10011001 | 110100 | 10001 | 0 | 1000010 | 1011001 | 101000 | 1111 | 1010000 | 100001 |
Color Harmonies of #993411
Complementary color
Monochromatic Colors of #993411
Black with #993411
Text Example
Text Example
White with #993411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993411; }
p { color: rgb(153,52,17); }
H1.HeaderClassName
{
color: #993411;
}
.AnyTagClassName
{
color: #993411;
}
</style>
background-color css
<style>
a { background-color: #993411; }
a { background-color: rgb(153,52,17); }
div.DivClassName
{
background-color: #993411;
}
.BgClassName
{
background-color: #993411;
}
</style>
border-color css
<style>
span { border-color: #993411; }
span { border-color: rgb(153,52,17); }
td.TdClassName
{
border-color: #993411;
}
.TagClassName
{
border-color: #993411;
}
</style>