Shades of Saddle Brown #993410
Tints of Saddle Brown #993410
RGB
CMYK
RGB Variations
Color information
#993410 (or 0x993410) is known color: Saddle Brown. HEX triplet: 99, 34 and 10. RGB value is (153,52,16). Sum of RGB (Red+Green+Blue) = 153+52+16=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #993410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993410 is #66CBEF. Grayscale: #4E4E4E. Windows color (decimal): -6736880 or 1062041. OLE color: 1062041.
HSL color Cylindrical-coordinate representation of color #993410: hue angle of 15.77º 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 #993410 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.4 |
| HSL | 15.77º | 0.81% | 0.33% | - |
| HSV(B) | 15.77º | 0.9% | 0.6% | - |
| XYZ | 14.46 | 9.27 | 1.52 | - |
| YUV | 78.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 16 | 0 | 0.66 | 0.90 | 0.4 | 15.77 | 0.81 | 0.33 |
| Hex | 99 | 34 | 10 | 0 | 42 | 5A | 28 | 10 | 51 | 21 |
| Octal | 231 | 64 | 20 | 0 | 102 | 132 | 50 | 20 | 121 | 41 |
| Binary | 10011001 | 110100 | 10000 | 0 | 1000010 | 1011010 | 101000 | 10000 | 1010001 | 100001 |
Color Harmonies of #993410
Complementary color
Monochromatic Colors of #993410
Black with #993410
Text Example
Text Example
White with #993410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993410; }
p { color: rgb(153,52,16); }
H1.HeaderClassName
{
color: #993410;
}
.AnyTagClassName
{
color: #993410;
}
</style>
background-color css
<style>
a { background-color: #993410; }
a { background-color: rgb(153,52,16); }
div.DivClassName
{
background-color: #993410;
}
.BgClassName
{
background-color: #993410;
}
</style>
border-color css
<style>
span { border-color: #993410; }
span { border-color: rgb(153,52,16); }
td.TdClassName
{
border-color: #993410;
}
.TagClassName
{
border-color: #993410;
}
</style>