Shades of Saddle Brown #994E05
Tints of Saddle Brown #994E05
RGB
CMYK
RGB Variations
Color information
#994E05 (or 0x994E05) is known color: Saddle Brown. HEX triplet: 99, 4E and 05. RGB value is (153,78,5). Sum of RGB (Red+Green+Blue) = 153+78+5=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #994E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994E05 is #66B1FA. Grayscale: #5C5C5C. Windows color (decimal): -6730235 or 347801. OLE color: 347801.
HSL color Cylindrical-coordinate representation of color #994E05: hue angle of 29.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #994E05 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.4 |
| HSL | 29.59º | 0.94% | 0.31% | - |
| HSV(B) | 29.59º | 0.97% | 0.6% | - |
| XYZ | 15.89 | 12.23 | 1.67 | - |
| YUV | 92.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 5 | 0 | 0.49 | 0.97 | 0.4 | 29.59 | 0.94 | 0.31 |
| Hex | 99 | 4E | 5 | 0 | 31 | 61 | 28 | 1E | 5E | 1F |
| Octal | 231 | 116 | 5 | 0 | 61 | 141 | 50 | 36 | 136 | 37 |
| Binary | 10011001 | 1001110 | 101 | 0 | 110001 | 1100001 | 101000 | 11110 | 1011110 | 11111 |
Color Harmonies of #994E05
Complementary color
Monochromatic Colors of #994E05
Black with #994E05
Text Example
Text Example
White with #994E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E05; }
p { color: rgb(153,78,5); }
H1.HeaderClassName
{
color: #994E05;
}
.AnyTagClassName
{
color: #994E05;
}
</style>
background-color css
<style>
a { background-color: #994E05; }
a { background-color: rgb(153,78,5); }
div.DivClassName
{
background-color: #994E05;
}
.BgClassName
{
background-color: #994E05;
}
</style>
border-color css
<style>
span { border-color: #994E05; }
span { border-color: rgb(153,78,5); }
td.TdClassName
{
border-color: #994E05;
}
.TagClassName
{
border-color: #994E05;
}
</style>