Shades of Saddle Brown #993E03
Tints of Saddle Brown #993E03
RGB
CMYK
RGB Variations
Color information
#993E03 (or 0x993E03) is known color: Saddle Brown. HEX triplet: 99, 3E and 03. RGB value is (153,62,3). Sum of RGB (Red+Green+Blue) = 153+62+3=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #993E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E03 is #66C1FC. Grayscale: #525252. Windows color (decimal): -6734333 or 212633. OLE color: 212633.
HSL color Cylindrical-coordinate representation of color #993E03: hue angle of 23.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #993E03 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.4 |
| HSL | 23.6º | 0.96% | 0.31% | - |
| HSV(B) | 23.6º | 0.98% | 0.6% | - |
| XYZ | 14.88 | 10.22 | 1.28 | - |
| YUV | 82.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 3 | 0 | 0.59 | 0.98 | 0.4 | 23.6 | 0.96 | 0.31 |
| Hex | 99 | 3E | 3 | 0 | 3B | 62 | 28 | 18 | 60 | 1F |
| Octal | 231 | 76 | 3 | 0 | 73 | 142 | 50 | 30 | 140 | 37 |
| Binary | 10011001 | 111110 | 11 | 0 | 111011 | 1100010 | 101000 | 11000 | 1100000 | 11111 |
Color Harmonies of #993E03
Complementary color
Monochromatic Colors of #993E03
Black with #993E03
Text Example
Text Example
White with #993E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E03; }
p { color: rgb(153,62,3); }
H1.HeaderClassName
{
color: #993E03;
}
.AnyTagClassName
{
color: #993E03;
}
</style>
background-color css
<style>
a { background-color: #993E03; }
a { background-color: rgb(153,62,3); }
div.DivClassName
{
background-color: #993E03;
}
.BgClassName
{
background-color: #993E03;
}
</style>
border-color css
<style>
span { border-color: #993E03; }
span { border-color: rgb(153,62,3); }
td.TdClassName
{
border-color: #993E03;
}
.TagClassName
{
border-color: #993E03;
}
</style>