Shades of Saddle Brown #993E17
Tints of Saddle Brown #993E17
RGB
CMYK
RGB Variations
Color information
#993E17 (or 0x993E17) is known color: Saddle Brown. HEX triplet: 99, 3E and 17. RGB value is (153,62,23). Sum of RGB (Red+Green+Blue) = 153+62+23=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E17 is #66C1E8. Grayscale: #555555. Windows color (decimal): -6734313 or 1523353. OLE color: 1523353.
HSL color Cylindrical-coordinate representation of color #993E17: hue angle of 18º 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 #993E17 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 23 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.4 |
| HSL | 18º | 0.74% | 0.35% | - |
| HSV(B) | 18º | 0.85% | 0.6% | - |
| XYZ | 15.01 | 10.28 | 2 | - |
| YUV | 84.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 23 | 0 | 0.59 | 0.85 | 0.4 | 18 | 0.74 | 0.35 |
| Hex | 99 | 3E | 17 | 0 | 3B | 55 | 28 | 12 | 4A | 23 |
| Octal | 231 | 76 | 27 | 0 | 73 | 125 | 50 | 22 | 112 | 43 |
| Binary | 10011001 | 111110 | 10111 | 0 | 111011 | 1010101 | 101000 | 10010 | 1001010 | 100011 |
Color Harmonies of #993E17
Complementary color
Monochromatic Colors of #993E17
Black with #993E17
Text Example
Text Example
White with #993E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E17; }
p { color: rgb(153,62,23); }
H1.HeaderClassName
{
color: #993E17;
}
.AnyTagClassName
{
color: #993E17;
}
</style>
background-color css
<style>
a { background-color: #993E17; }
a { background-color: rgb(153,62,23); }
div.DivClassName
{
background-color: #993E17;
}
.BgClassName
{
background-color: #993E17;
}
</style>
border-color css
<style>
span { border-color: #993E17; }
span { border-color: rgb(153,62,23); }
td.TdClassName
{
border-color: #993E17;
}
.TagClassName
{
border-color: #993E17;
}
</style>