Shades of Saddle Brown #994E04
Tints of Saddle Brown #994E04
RGB
CMYK
RGB Variations
Color information
#994E04 (or 0x994E04) is known color: Saddle Brown. HEX triplet: 99, 4E and 04. RGB value is (153,78,4). Sum of RGB (Red+Green+Blue) = 153+78+4=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #994E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994E04 is #66B1FB. Grayscale: #5C5C5C. Windows color (decimal): -6730236 or 282265. OLE color: 282265.
HSL color Cylindrical-coordinate representation of color #994E04: hue angle of 29.8º degrees, saturation: 0.95, 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 #994E04 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 4 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.4 |
| HSL | 29.8º | 0.95% | 0.31% | - |
| HSV(B) | 29.8º | 0.97% | 0.6% | - |
| XYZ | 15.88 | 12.23 | 1.64 | - |
| YUV | 91.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 4 | 0 | 0.49 | 0.97 | 0.4 | 29.8 | 0.95 | 0.31 |
| Hex | 99 | 4E | 4 | 0 | 31 | 61 | 28 | 1E | 5F | 1F |
| Octal | 231 | 116 | 4 | 0 | 61 | 141 | 50 | 36 | 137 | 37 |
| Binary | 10011001 | 1001110 | 100 | 0 | 110001 | 1100001 | 101000 | 11110 | 1011111 | 11111 |
Color Harmonies of #994E04
Complementary color
Monochromatic Colors of #994E04
Black with #994E04
Text Example
Text Example
White with #994E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E04; }
p { color: rgb(153,78,4); }
H1.HeaderClassName
{
color: #994E04;
}
.AnyTagClassName
{
color: #994E04;
}
</style>
background-color css
<style>
a { background-color: #994E04; }
a { background-color: rgb(153,78,4); }
div.DivClassName
{
background-color: #994E04;
}
.BgClassName
{
background-color: #994E04;
}
</style>
border-color css
<style>
span { border-color: #994E04; }
span { border-color: rgb(153,78,4); }
td.TdClassName
{
border-color: #994E04;
}
.TagClassName
{
border-color: #994E04;
}
</style>