Shades of Saddle Brown #993D17
Tints of Saddle Brown #993D17
RGB
CMYK
RGB Variations
Color information
#993D17 (or 0x993D17) is known color: Saddle Brown. HEX triplet: 99, 3D and 17. RGB value is (153,61,23). Sum of RGB (Red+Green+Blue) = 153+61+23=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D17 is #66C2E8. Grayscale: #545454. Windows color (decimal): -6734569 or 1523097. OLE color: 1523097.
HSL color Cylindrical-coordinate representation of color #993D17: hue angle of 17.54º 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 #993D17 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 23 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.4 |
| HSL | 17.54º | 0.74% | 0.35% | - |
| HSV(B) | 17.54º | 0.85% | 0.6% | - |
| XYZ | 14.96 | 10.17 | 1.99 | - |
| YUV | 84.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 23 | 0 | 0.60 | 0.85 | 0.4 | 17.54 | 0.74 | 0.35 |
| Hex | 99 | 3D | 17 | 0 | 3C | 55 | 28 | 12 | 4A | 23 |
| Octal | 231 | 75 | 27 | 0 | 74 | 125 | 50 | 22 | 112 | 43 |
| Binary | 10011001 | 111101 | 10111 | 0 | 111100 | 1010101 | 101000 | 10010 | 1001010 | 100011 |
Color Harmonies of #993D17
Complementary color
Monochromatic Colors of #993D17
Black with #993D17
Text Example
Text Example
White with #993D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D17; }
p { color: rgb(153,61,23); }
H1.HeaderClassName
{
color: #993D17;
}
.AnyTagClassName
{
color: #993D17;
}
</style>
background-color css
<style>
a { background-color: #993D17; }
a { background-color: rgb(153,61,23); }
div.DivClassName
{
background-color: #993D17;
}
.BgClassName
{
background-color: #993D17;
}
</style>
border-color css
<style>
span { border-color: #993D17; }
span { border-color: rgb(153,61,23); }
td.TdClassName
{
border-color: #993D17;
}
.TagClassName
{
border-color: #993D17;
}
</style>