Shades of Saddle Brown #994E02
Tints of Saddle Brown #994E02
RGB
CMYK
RGB Variations
Color information
#994E02 (or 0x994E02) is known color: Saddle Brown. HEX triplet: 99, 4E and 02. RGB value is (153,78,2). Sum of RGB (Red+Green+Blue) = 153+78+2=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994E02 is #66B1FD. Grayscale: #5C5C5C. Windows color (decimal): -6730238 or 151193. OLE color: 151193.
HSL color Cylindrical-coordinate representation of color #994E02: hue angle of 30.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #994E02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.4 |
| HSL | 30.2º | 0.97% | 0.3% | - |
| HSV(B) | 30.2º | 0.99% | 0.6% | - |
| XYZ | 15.87 | 12.23 | 1.58 | - |
| YUV | 91.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 2 | 0 | 0.49 | 0.99 | 0.4 | 30.2 | 0.97 | 0.3 |
| Hex | 99 | 4E | 2 | 0 | 31 | 63 | 28 | 1E | 61 | 1E |
| Octal | 231 | 116 | 2 | 0 | 61 | 143 | 50 | 36 | 141 | 36 |
| Binary | 10011001 | 1001110 | 10 | 0 | 110001 | 1100011 | 101000 | 11110 | 1100001 | 11110 |
Color Harmonies of #994E02
Complementary color
Monochromatic Colors of #994E02
Black with #994E02
Text Example
Text Example
White with #994E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E02; }
p { color: rgb(153,78,2); }
H1.HeaderClassName
{
color: #994E02;
}
.AnyTagClassName
{
color: #994E02;
}
</style>
background-color css
<style>
a { background-color: #994E02; }
a { background-color: rgb(153,78,2); }
div.DivClassName
{
background-color: #994E02;
}
.BgClassName
{
background-color: #994E02;
}
</style>
border-color css
<style>
span { border-color: #994E02; }
span { border-color: rgb(153,78,2); }
td.TdClassName
{
border-color: #994E02;
}
.TagClassName
{
border-color: #994E02;
}
</style>