Shades of Saddle Brown #993F17
Tints of Saddle Brown #993F17
RGB
CMYK
RGB Variations
Color information
#993F17 (or 0x993F17) is known color: Saddle Brown. HEX triplet: 99, 3F and 17. RGB value is (153,63,23). Sum of RGB (Red+Green+Blue) = 153+63+23=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #993F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F17 is #66C0E8. Grayscale: #555555. Windows color (decimal): -6734057 or 1523609. OLE color: 1523609.
HSL color Cylindrical-coordinate representation of color #993F17: hue angle of 18.46º 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 #993F17 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 23 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.4 |
| HSL | 18.46º | 0.74% | 0.35% | - |
| HSV(B) | 18.46º | 0.85% | 0.6% | - |
| XYZ | 15.07 | 10.39 | 2.02 | - |
| YUV | 85.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 23 | 0 | 0.59 | 0.85 | 0.4 | 18.46 | 0.74 | 0.35 |
| Hex | 99 | 3F | 17 | 0 | 3B | 55 | 28 | 12 | 4A | 23 |
| Octal | 231 | 77 | 27 | 0 | 73 | 125 | 50 | 22 | 112 | 43 |
| Binary | 10011001 | 111111 | 10111 | 0 | 111011 | 1010101 | 101000 | 10010 | 1001010 | 100011 |
Color Harmonies of #993F17
Complementary color
Monochromatic Colors of #993F17
Black with #993F17
Text Example
Text Example
White with #993F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F17; }
p { color: rgb(153,63,23); }
H1.HeaderClassName
{
color: #993F17;
}
.AnyTagClassName
{
color: #993F17;
}
</style>
background-color css
<style>
a { background-color: #993F17; }
a { background-color: rgb(153,63,23); }
div.DivClassName
{
background-color: #993F17;
}
.BgClassName
{
background-color: #993F17;
}
</style>
border-color css
<style>
span { border-color: #993F17; }
span { border-color: rgb(153,63,23); }
td.TdClassName
{
border-color: #993F17;
}
.TagClassName
{
border-color: #993F17;
}
</style>