Shades of Saddle Brown #993D10
Tints of Saddle Brown #993D10
RGB
CMYK
RGB Variations
Color information
#993D10 (or 0x993D10) is known color: Saddle Brown. HEX triplet: 99, 3D and 10. RGB value is (153,61,16). Sum of RGB (Red+Green+Blue) = 153+61+16=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #993D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D10 is #66C2EF. Grayscale: #535353. Windows color (decimal): -6734576 or 1064345. OLE color: 1064345.
HSL color Cylindrical-coordinate representation of color #993D10: hue angle of 19.71º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993D10 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.4 |
| HSL | 19.71º | 0.81% | 0.33% | - |
| HSV(B) | 19.71º | 0.9% | 0.6% | - |
| XYZ | 14.9 | 10.15 | 1.66 | - |
| YUV | 83.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 16 | 0 | 0.60 | 0.90 | 0.4 | 19.71 | 0.81 | 0.33 |
| Hex | 99 | 3D | 10 | 0 | 3C | 5A | 28 | 14 | 51 | 21 |
| Octal | 231 | 75 | 20 | 0 | 74 | 132 | 50 | 24 | 121 | 41 |
| Binary | 10011001 | 111101 | 10000 | 0 | 111100 | 1011010 | 101000 | 10100 | 1010001 | 100001 |
Color Harmonies of #993D10
Complementary color
Monochromatic Colors of #993D10
Black with #993D10
Text Example
Text Example
White with #993D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D10; }
p { color: rgb(153,61,16); }
H1.HeaderClassName
{
color: #993D10;
}
.AnyTagClassName
{
color: #993D10;
}
</style>
background-color css
<style>
a { background-color: #993D10; }
a { background-color: rgb(153,61,16); }
div.DivClassName
{
background-color: #993D10;
}
.BgClassName
{
background-color: #993D10;
}
</style>
border-color css
<style>
span { border-color: #993D10; }
span { border-color: rgb(153,61,16); }
td.TdClassName
{
border-color: #993D10;
}
.TagClassName
{
border-color: #993D10;
}
</style>