Shades of Saddle Brown #993610
Tints of Saddle Brown #993610
RGB
CMYK
RGB Variations
Color information
#993610 (or 0x993610) is known color: Saddle Brown. HEX triplet: 99, 36 and 10. RGB value is (153,54,16). Sum of RGB (Red+Green+Blue) = 153+54+16=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993610 is #66C9EF. Grayscale: #4F4F4F. Windows color (decimal): -6736368 or 1062553. OLE color: 1062553.
HSL color Cylindrical-coordinate representation of color #993610: hue angle of 16.64º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #993610 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 16 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.4 |
| HSL | 16.64º | 0.81% | 0.33% | - |
| HSV(B) | 16.64º | 0.9% | 0.6% | - |
| XYZ | 14.55 | 9.45 | 1.55 | - |
| YUV | 79.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 16 | 0 | 0.65 | 0.90 | 0.4 | 16.64 | 0.81 | 0.33 |
| Hex | 99 | 36 | 10 | 0 | 41 | 5A | 28 | 11 | 51 | 21 |
| Octal | 231 | 66 | 20 | 0 | 101 | 132 | 50 | 21 | 121 | 41 |
| Binary | 10011001 | 110110 | 10000 | 0 | 1000001 | 1011010 | 101000 | 10001 | 1010001 | 100001 |
Color Harmonies of #993610
Complementary color
Monochromatic Colors of #993610
Black with #993610
Text Example
Text Example
White with #993610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993610; }
p { color: rgb(153,54,16); }
H1.HeaderClassName
{
color: #993610;
}
.AnyTagClassName
{
color: #993610;
}
</style>
background-color css
<style>
a { background-color: #993610; }
a { background-color: rgb(153,54,16); }
div.DivClassName
{
background-color: #993610;
}
.BgClassName
{
background-color: #993610;
}
</style>
border-color css
<style>
span { border-color: #993610; }
span { border-color: rgb(153,54,16); }
td.TdClassName
{
border-color: #993610;
}
.TagClassName
{
border-color: #993610;
}
</style>