Shades of Saddle Brown #993E0A
Tints of Saddle Brown #993E0A
RGB
CMYK
RGB Variations
Color information
#993E0A (or 0x993E0A) is known color: Saddle Brown. HEX triplet: 99, 3E and 0A. RGB value is (153,62,10). Sum of RGB (Red+Green+Blue) = 153+62+10=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E0A is #66C1F5. Grayscale: #535353. Windows color (decimal): -6734326 or 671385. OLE color: 671385.
HSL color Cylindrical-coordinate representation of color #993E0A: hue angle of 21.82º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #993E0A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 10 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.4 |
| HSL | 21.82º | 0.88% | 0.32% | - |
| HSV(B) | 21.82º | 0.93% | 0.6% | - |
| XYZ | 14.91 | 10.24 | 1.48 | - |
| YUV | 83.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 10 | 0 | 0.59 | 0.93 | 0.4 | 21.82 | 0.88 | 0.32 |
| Hex | 99 | 3E | A | 0 | 3B | 5D | 28 | 16 | 58 | 20 |
| Octal | 231 | 76 | 12 | 0 | 73 | 135 | 50 | 26 | 130 | 40 |
| Binary | 10011001 | 111110 | 1010 | 0 | 111011 | 1011101 | 101000 | 10110 | 1011000 | 100000 |
Color Harmonies of #993E0A
Complementary color
Monochromatic Colors of #993E0A
Black with #993E0A
Text Example
Text Example
White with #993E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E0A; }
p { color: rgb(153,62,10); }
H1.HeaderClassName
{
color: #993E0A;
}
.AnyTagClassName
{
color: #993E0A;
}
</style>
background-color css
<style>
a { background-color: #993E0A; }
a { background-color: rgb(153,62,10); }
div.DivClassName
{
background-color: #993E0A;
}
.BgClassName
{
background-color: #993E0A;
}
</style>
border-color css
<style>
span { border-color: #993E0A; }
span { border-color: rgb(153,62,10); }
td.TdClassName
{
border-color: #993E0A;
}
.TagClassName
{
border-color: #993E0A;
}
</style>