Shades of Saddle Brown #994516
Tints of Saddle Brown #994516
RGB
CMYK
RGB Variations
Color information
#994516 (or 0x994516) is known color: Saddle Brown. HEX triplet: 99, 45 and 16. RGB value is (153,69,22). Sum of RGB (Red+Green+Blue) = 153+69+22=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #994516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994516 is #66BAE9. Grayscale: #595959. Windows color (decimal): -6732522 or 1459609. OLE color: 1459609.
HSL color Cylindrical-coordinate representation of color #994516: hue angle of 21.53º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #994516 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 22 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.4 |
| HSL | 21.53º | 0.75% | 0.34% | - |
| HSV(B) | 21.53º | 0.86% | 0.6% | - |
| XYZ | 15.41 | 11.09 | 2.09 | - |
| YUV | 88.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 22 | 0 | 0.55 | 0.86 | 0.4 | 21.53 | 0.75 | 0.34 |
| Hex | 99 | 45 | 16 | 0 | 37 | 56 | 28 | 16 | 4B | 22 |
| Octal | 231 | 105 | 26 | 0 | 67 | 126 | 50 | 26 | 113 | 42 |
| Binary | 10011001 | 1000101 | 10110 | 0 | 110111 | 1010110 | 101000 | 10110 | 1001011 | 100010 |
Color Harmonies of #994516
Complementary color
Monochromatic Colors of #994516
Black with #994516
Text Example
Text Example
White with #994516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994516; }
p { color: rgb(153,69,22); }
H1.HeaderClassName
{
color: #994516;
}
.AnyTagClassName
{
color: #994516;
}
</style>
background-color css
<style>
a { background-color: #994516; }
a { background-color: rgb(153,69,22); }
div.DivClassName
{
background-color: #994516;
}
.BgClassName
{
background-color: #994516;
}
</style>
border-color css
<style>
span { border-color: #994516; }
span { border-color: rgb(153,69,22); }
td.TdClassName
{
border-color: #994516;
}
.TagClassName
{
border-color: #994516;
}
</style>