Shades of Saddle Brown #993607
Tints of Saddle Brown #993607
RGB
CMYK
RGB Variations
Color information
#993607 (or 0x993607) is known color: Saddle Brown. HEX triplet: 99, 36 and 07. RGB value is (153,54,7). Sum of RGB (Red+Green+Blue) = 153+54+7=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #993607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993607 is #66C9F8. Grayscale: #4E4E4E. Windows color (decimal): -6736377 or 472729. OLE color: 472729.
HSL color Cylindrical-coordinate representation of color #993607: hue angle of 19.32º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #993607 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 7 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.4 |
| HSL | 19.32º | 0.91% | 0.31% | - |
| HSV(B) | 19.32º | 0.95% | 0.6% | - |
| XYZ | 14.49 | 9.43 | 1.26 | - |
| YUV | 78.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 7 | 0 | 0.65 | 0.95 | 0.4 | 19.32 | 0.91 | 0.31 |
| Hex | 99 | 36 | 7 | 0 | 41 | 5F | 28 | 13 | 5B | 1F |
| Octal | 231 | 66 | 7 | 0 | 101 | 137 | 50 | 23 | 133 | 37 |
| Binary | 10011001 | 110110 | 111 | 0 | 1000001 | 1011111 | 101000 | 10011 | 1011011 | 11111 |
Color Harmonies of #993607
Complementary color
Monochromatic Colors of #993607
Black with #993607
Text Example
Text Example
White with #993607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993607; }
p { color: rgb(153,54,7); }
H1.HeaderClassName
{
color: #993607;
}
.AnyTagClassName
{
color: #993607;
}
</style>
background-color css
<style>
a { background-color: #993607; }
a { background-color: rgb(153,54,7); }
div.DivClassName
{
background-color: #993607;
}
.BgClassName
{
background-color: #993607;
}
</style>
border-color css
<style>
span { border-color: #993607; }
span { border-color: rgb(153,54,7); }
td.TdClassName
{
border-color: #993607;
}
.TagClassName
{
border-color: #993607;
}
</style>