Shades of Saddle Brown #994B16
Tints of Saddle Brown #994B16
RGB
CMYK
RGB Variations
Color information
#994B16 (or 0x994B16) is known color: Saddle Brown. HEX triplet: 99, 4B and 16. RGB value is (153,75,22). Sum of RGB (Red+Green+Blue) = 153+75+22=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #994B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994B16 is #66B4E9. Grayscale: #5C5C5C. Windows color (decimal): -6730986 or 1461145. OLE color: 1461145.
HSL color Cylindrical-coordinate representation of color #994B16: hue angle of 24.27º 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 #994B16 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 22 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.4 |
| HSL | 24.27º | 0.75% | 0.34% | - |
| HSV(B) | 24.27º | 0.86% | 0.6% | - |
| XYZ | 15.8 | 11.86 | 2.22 | - |
| YUV | 92.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 22 | 0 | 0.51 | 0.86 | 0.4 | 24.27 | 0.75 | 0.34 |
| Hex | 99 | 4B | 16 | 0 | 33 | 56 | 28 | 18 | 4B | 22 |
| Octal | 231 | 113 | 26 | 0 | 63 | 126 | 50 | 30 | 113 | 42 |
| Binary | 10011001 | 1001011 | 10110 | 0 | 110011 | 1010110 | 101000 | 11000 | 1001011 | 100010 |
Color Harmonies of #994B16
Complementary color
Monochromatic Colors of #994B16
Black with #994B16
Text Example
Text Example
White with #994B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B16; }
p { color: rgb(153,75,22); }
H1.HeaderClassName
{
color: #994B16;
}
.AnyTagClassName
{
color: #994B16;
}
</style>
background-color css
<style>
a { background-color: #994B16; }
a { background-color: rgb(153,75,22); }
div.DivClassName
{
background-color: #994B16;
}
.BgClassName
{
background-color: #994B16;
}
</style>
border-color css
<style>
span { border-color: #994B16; }
span { border-color: rgb(153,75,22); }
td.TdClassName
{
border-color: #994B16;
}
.TagClassName
{
border-color: #994B16;
}
</style>