Shades of Saddle Brown #993E10
Tints of Saddle Brown #993E10
RGB
CMYK
RGB Variations
Color information
#993E10 (or 0x993E10) is known color: Saddle Brown. HEX triplet: 99, 3E and 10. RGB value is (153,62,16). Sum of RGB (Red+Green+Blue) = 153+62+16=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #993E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E10 is #66C1EF. Grayscale: #545454. Windows color (decimal): -6734320 or 1064601. OLE color: 1064601.
HSL color Cylindrical-coordinate representation of color #993E10: hue angle of 20.15º 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 #993E10 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 16 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.4 |
| HSL | 20.15º | 0.81% | 0.33% | - |
| HSV(B) | 20.15º | 0.9% | 0.6% | - |
| XYZ | 14.95 | 10.25 | 1.68 | - |
| YUV | 83.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 16 | 0 | 0.59 | 0.90 | 0.4 | 20.15 | 0.81 | 0.33 |
| Hex | 99 | 3E | 10 | 0 | 3B | 5A | 28 | 14 | 51 | 21 |
| Octal | 231 | 76 | 20 | 0 | 73 | 132 | 50 | 24 | 121 | 41 |
| Binary | 10011001 | 111110 | 10000 | 0 | 111011 | 1011010 | 101000 | 10100 | 1010001 | 100001 |
Color Harmonies of #993E10
Complementary color
Monochromatic Colors of #993E10
Black with #993E10
Text Example
Text Example
White with #993E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E10; }
p { color: rgb(153,62,16); }
H1.HeaderClassName
{
color: #993E10;
}
.AnyTagClassName
{
color: #993E10;
}
</style>
background-color css
<style>
a { background-color: #993E10; }
a { background-color: rgb(153,62,16); }
div.DivClassName
{
background-color: #993E10;
}
.BgClassName
{
background-color: #993E10;
}
</style>
border-color css
<style>
span { border-color: #993E10; }
span { border-color: rgb(153,62,16); }
td.TdClassName
{
border-color: #993E10;
}
.TagClassName
{
border-color: #993E10;
}
</style>