Shades of Saddle Brown #993F13
Tints of Saddle Brown #993F13
RGB
CMYK
RGB Variations
Color information
#993F13 (or 0x993F13) is known color: Saddle Brown. HEX triplet: 99, 3F and 13. RGB value is (153,63,19). Sum of RGB (Red+Green+Blue) = 153+63+19=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F13 is #66C0EC. Grayscale: #555555. Windows color (decimal): -6734061 or 1261465. OLE color: 1261465.
HSL color Cylindrical-coordinate representation of color #993F13: hue angle of 19.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993F13 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 19 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.4 |
| HSL | 19.7º | 0.78% | 0.34% | - |
| HSV(B) | 19.7º | 0.88% | 0.6% | - |
| XYZ | 15.03 | 10.37 | 1.83 | - |
| YUV | 84.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 19 | 0 | 0.59 | 0.88 | 0.4 | 19.7 | 0.78 | 0.34 |
| Hex | 99 | 3F | 13 | 0 | 3B | 58 | 28 | 14 | 4E | 22 |
| Octal | 231 | 77 | 23 | 0 | 73 | 130 | 50 | 24 | 116 | 42 |
| Binary | 10011001 | 111111 | 10011 | 0 | 111011 | 1011000 | 101000 | 10100 | 1001110 | 100010 |
Color Harmonies of #993F13
Complementary color
Monochromatic Colors of #993F13
Black with #993F13
Text Example
Text Example
White with #993F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F13; }
p { color: rgb(153,63,19); }
H1.HeaderClassName
{
color: #993F13;
}
.AnyTagClassName
{
color: #993F13;
}
</style>
background-color css
<style>
a { background-color: #993F13; }
a { background-color: rgb(153,63,19); }
div.DivClassName
{
background-color: #993F13;
}
.BgClassName
{
background-color: #993F13;
}
</style>
border-color css
<style>
span { border-color: #993F13; }
span { border-color: rgb(153,63,19); }
td.TdClassName
{
border-color: #993F13;
}
.TagClassName
{
border-color: #993F13;
}
</style>