Shades of Saddle Brown #994D09
Tints of Saddle Brown #994D09
RGB
CMYK
RGB Variations
Color information
#994D09 (or 0x994D09) is known color: Saddle Brown. HEX triplet: 99, 4D and 09. RGB value is (153,77,9). Sum of RGB (Red+Green+Blue) = 153+77+9=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #994D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D09 is #66B2F6. Grayscale: #5C5C5C. Windows color (decimal): -6730487 or 609689. OLE color: 609689.
HSL color Cylindrical-coordinate representation of color #994D09: hue angle of 28.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #994D09 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 9 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.4 |
| HSL | 28.33º | 0.89% | 0.32% | - |
| HSV(B) | 28.33º | 0.94% | 0.6% | - |
| XYZ | 15.84 | 12.1 | 1.76 | - |
| YUV | 91.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 9 | 0 | 0.50 | 0.94 | 0.4 | 28.33 | 0.89 | 0.32 |
| Hex | 99 | 4D | 9 | 0 | 32 | 5E | 28 | 1C | 59 | 20 |
| Octal | 231 | 115 | 11 | 0 | 62 | 136 | 50 | 34 | 131 | 40 |
| Binary | 10011001 | 1001101 | 1001 | 0 | 110010 | 1011110 | 101000 | 11100 | 1011001 | 100000 |
Color Harmonies of #994D09
Complementary color
Monochromatic Colors of #994D09
Black with #994D09
Text Example
Text Example
White with #994D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D09; }
p { color: rgb(153,77,9); }
H1.HeaderClassName
{
color: #994D09;
}
.AnyTagClassName
{
color: #994D09;
}
</style>
background-color css
<style>
a { background-color: #994D09; }
a { background-color: rgb(153,77,9); }
div.DivClassName
{
background-color: #994D09;
}
.BgClassName
{
background-color: #994D09;
}
</style>
border-color css
<style>
span { border-color: #994D09; }
span { border-color: rgb(153,77,9); }
td.TdClassName
{
border-color: #994D09;
}
.TagClassName
{
border-color: #994D09;
}
</style>