Shades of Saddle Brown #994A16
Tints of Saddle Brown #994A16
RGB
CMYK
RGB Variations
Color information
#994A16 (or 0x994A16) is known color: Saddle Brown. HEX triplet: 99, 4A and 16. RGB value is (153,74,22). Sum of RGB (Red+Green+Blue) = 153+74+22=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #994A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A16 is #66B5E9. Grayscale: #5B5B5B. Windows color (decimal): -6731242 or 1460889. OLE color: 1460889.
HSL color Cylindrical-coordinate representation of color #994A16: hue angle of 23.82º 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 #994A16 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 22 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.4 |
| HSL | 23.82º | 0.75% | 0.34% | - |
| HSV(B) | 23.82º | 0.86% | 0.6% | - |
| XYZ | 15.73 | 11.73 | 2.19 | - |
| YUV | 91.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 22 | 0 | 0.52 | 0.86 | 0.4 | 23.82 | 0.75 | 0.34 |
| Hex | 99 | 4A | 16 | 0 | 34 | 56 | 28 | 18 | 4B | 22 |
| Octal | 231 | 112 | 26 | 0 | 64 | 126 | 50 | 30 | 113 | 42 |
| Binary | 10011001 | 1001010 | 10110 | 0 | 110100 | 1010110 | 101000 | 11000 | 1001011 | 100010 |
Color Harmonies of #994A16
Complementary color
Monochromatic Colors of #994A16
Black with #994A16
Text Example
Text Example
White with #994A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A16; }
p { color: rgb(153,74,22); }
H1.HeaderClassName
{
color: #994A16;
}
.AnyTagClassName
{
color: #994A16;
}
</style>
background-color css
<style>
a { background-color: #994A16; }
a { background-color: rgb(153,74,22); }
div.DivClassName
{
background-color: #994A16;
}
.BgClassName
{
background-color: #994A16;
}
</style>
border-color css
<style>
span { border-color: #994A16; }
span { border-color: rgb(153,74,22); }
td.TdClassName
{
border-color: #994A16;
}
.TagClassName
{
border-color: #994A16;
}
</style>