Shades of Saddle Brown #993B17
Tints of Saddle Brown #993B17
RGB
CMYK
RGB Variations
Color information
#993B17 (or 0x993B17) is known color: Saddle Brown. HEX triplet: 99, 3B and 17. RGB value is (153,59,23). Sum of RGB (Red+Green+Blue) = 153+59+23=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B17 is #66C4E8. Grayscale: #535353. Windows color (decimal): -6735081 or 1522585. OLE color: 1522585.
HSL color Cylindrical-coordinate representation of color #993B17: hue angle of 16.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #993B17 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 23 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.4 |
| HSL | 16.62º | 0.74% | 0.35% | - |
| HSV(B) | 16.62º | 0.85% | 0.6% | - |
| XYZ | 14.86 | 9.96 | 1.95 | - |
| YUV | 83 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 23 | 0 | 0.61 | 0.85 | 0.4 | 16.62 | 0.74 | 0.35 |
| Hex | 99 | 3B | 17 | 0 | 3D | 55 | 28 | 11 | 4A | 23 |
| Octal | 231 | 73 | 27 | 0 | 75 | 125 | 50 | 21 | 112 | 43 |
| Binary | 10011001 | 111011 | 10111 | 0 | 111101 | 1010101 | 101000 | 10001 | 1001010 | 100011 |
Color Harmonies of #993B17
Complementary color
Monochromatic Colors of #993B17
Black with #993B17
Text Example
Text Example
White with #993B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B17; }
p { color: rgb(153,59,23); }
H1.HeaderClassName
{
color: #993B17;
}
.AnyTagClassName
{
color: #993B17;
}
</style>
background-color css
<style>
a { background-color: #993B17; }
a { background-color: rgb(153,59,23); }
div.DivClassName
{
background-color: #993B17;
}
.BgClassName
{
background-color: #993B17;
}
</style>
border-color css
<style>
span { border-color: #993B17; }
span { border-color: rgb(153,59,23); }
td.TdClassName
{
border-color: #993B17;
}
.TagClassName
{
border-color: #993B17;
}
</style>