Shades of Saddle Brown #993700
Tints of Saddle Brown #993700
RGB
CMYK
RGB Variations
Color information
#993700 (or 0x993700) is known color: Saddle Brown. HEX triplet: 99, 37 and 00. RGB value is (153,55,0). Sum of RGB (Red+Green+Blue) = 153+55+0=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #993700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993700 is #66C8FF. Grayscale: #4E4E4E. Windows color (decimal): -6736128 or 14233. OLE color: 14233.
HSL color Cylindrical-coordinate representation of color #993700: hue angle of 21.57º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #993700 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.4 |
| HSL | 21.57º | 1% | 0.3% | - |
| HSV(B) | 21.57º | 1% | 0.6% | - |
| XYZ | 14.5 | 9.5 | 1.07 | - |
| YUV | 78.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 0 | 0 | 0.64 | 1 | 0.4 | 21.57 | 1 | 0.3 |
| Hex | 99 | 37 | 0 | 0 | 40 | 64 | 28 | 16 | 64 | 1E |
| Octal | 231 | 67 | 0 | 0 | 100 | 144 | 50 | 26 | 144 | 36 |
| Binary | 10011001 | 110111 | 0 | 0 | 1000000 | 1100100 | 101000 | 10110 | 1100100 | 11110 |
Color Harmonies of #993700
Complementary color
Monochromatic Colors of #993700
Black with #993700
Text Example
Text Example
White with #993700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993700; }
p { color: rgb(153,55,0); }
H1.HeaderClassName
{
color: #993700;
}
.AnyTagClassName
{
color: #993700;
}
</style>
background-color css
<style>
a { background-color: #993700; }
a { background-color: rgb(153,55,0); }
div.DivClassName
{
background-color: #993700;
}
.BgClassName
{
background-color: #993700;
}
</style>
border-color css
<style>
span { border-color: #993700; }
span { border-color: rgb(153,55,0); }
td.TdClassName
{
border-color: #993700;
}
.TagClassName
{
border-color: #993700;
}
</style>