Shades of Saddle Brown #993E05
Tints of Saddle Brown #993E05
RGB
CMYK
RGB Variations
Color information
#993E05 (or 0x993E05) is known color: Saddle Brown. HEX triplet: 99, 3E and 05. RGB value is (153,62,5). Sum of RGB (Red+Green+Blue) = 153+62+5=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #993E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E05 is #66C1FA. Grayscale: #535353. Windows color (decimal): -6734331 or 343705. OLE color: 343705.
HSL color Cylindrical-coordinate representation of color #993E05: hue angle of 23.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #993E05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.4 |
| HSL | 23.11º | 0.94% | 0.31% | - |
| HSV(B) | 23.11º | 0.97% | 0.6% | - |
| XYZ | 14.89 | 10.23 | 1.33 | - |
| YUV | 82.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 5 | 0 | 0.59 | 0.97 | 0.4 | 23.11 | 0.94 | 0.31 |
| Hex | 99 | 3E | 5 | 0 | 3B | 61 | 28 | 17 | 5E | 1F |
| Octal | 231 | 76 | 5 | 0 | 73 | 141 | 50 | 27 | 136 | 37 |
| Binary | 10011001 | 111110 | 101 | 0 | 111011 | 1100001 | 101000 | 10111 | 1011110 | 11111 |
Color Harmonies of #993E05
Complementary color
Monochromatic Colors of #993E05
Black with #993E05
Text Example
Text Example
White with #993E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E05; }
p { color: rgb(153,62,5); }
H1.HeaderClassName
{
color: #993E05;
}
.AnyTagClassName
{
color: #993E05;
}
</style>
background-color css
<style>
a { background-color: #993E05; }
a { background-color: rgb(153,62,5); }
div.DivClassName
{
background-color: #993E05;
}
.BgClassName
{
background-color: #993E05;
}
</style>
border-color css
<style>
span { border-color: #993E05; }
span { border-color: rgb(153,62,5); }
td.TdClassName
{
border-color: #993E05;
}
.TagClassName
{
border-color: #993E05;
}
</style>