Shades of Saddle Brown #993D15
Tints of Saddle Brown #993D15
RGB
CMYK
RGB Variations
Color information
#993D15 (or 0x993D15) is known color: Saddle Brown. HEX triplet: 99, 3D and 15. RGB value is (153,61,21). Sum of RGB (Red+Green+Blue) = 153+61+21=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D15 is #66C2EA. Grayscale: #545454. Windows color (decimal): -6734571 or 1392025. OLE color: 1392025.
HSL color Cylindrical-coordinate representation of color #993D15: hue angle of 18.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #993D15 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 21 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.4 |
| HSL | 18.18º | 0.76% | 0.34% | - |
| HSV(B) | 18.18º | 0.86% | 0.6% | - |
| XYZ | 14.94 | 10.16 | 1.88 | - |
| YUV | 83.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 21 | 0 | 0.60 | 0.86 | 0.4 | 18.18 | 0.76 | 0.34 |
| Hex | 99 | 3D | 15 | 0 | 3C | 56 | 28 | 12 | 4C | 22 |
| Octal | 231 | 75 | 25 | 0 | 74 | 126 | 50 | 22 | 114 | 42 |
| Binary | 10011001 | 111101 | 10101 | 0 | 111100 | 1010110 | 101000 | 10010 | 1001100 | 100010 |
Color Harmonies of #993D15
Complementary color
Monochromatic Colors of #993D15
Black with #993D15
Text Example
Text Example
White with #993D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D15; }
p { color: rgb(153,61,21); }
H1.HeaderClassName
{
color: #993D15;
}
.AnyTagClassName
{
color: #993D15;
}
</style>
background-color css
<style>
a { background-color: #993D15; }
a { background-color: rgb(153,61,21); }
div.DivClassName
{
background-color: #993D15;
}
.BgClassName
{
background-color: #993D15;
}
</style>
border-color css
<style>
span { border-color: #993D15; }
span { border-color: rgb(153,61,21); }
td.TdClassName
{
border-color: #993D15;
}
.TagClassName
{
border-color: #993D15;
}
</style>