Shades of Muddy Waters #9E8244
Tints of Muddy Waters #9E8244
RGB
CMYK
RGB Variations
Color information
#9E8244 (or 0x9E8244) is known color: Muddy Waters. HEX triplet: 9E, 82 and 44. RGB value is (158,130,68). Sum of RGB (Red+Green+Blue) = 158+130+68=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8244 is #617DBB. Grayscale: #838383. Windows color (decimal): -6389180 or 4489886. OLE color: 4489886.
HSL color Cylindrical-coordinate representation of color #9E8244: hue angle of 41.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E8244 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 68 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.38 |
| HSL | 41.33º | 0.4% | 0.44% | - |
| HSV(B) | 41.33º | 0.57% | 0.62% | - |
| XYZ | 23.13 | 23.65 | 8.82 | - |
| YUV | 131.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 68 | 0 | 0.18 | 0.57 | 0.38 | 41.33 | 0.4 | 0.44 |
| Hex | 9E | 82 | 44 | 0 | 12 | 39 | 26 | 29 | 28 | 2C |
| Octal | 236 | 202 | 104 | 0 | 22 | 71 | 46 | 51 | 50 | 54 |
| Binary | 10011110 | 10000010 | 1000100 | 0 | 10010 | 111001 | 100110 | 101001 | 101000 | 101100 |
Color Harmonies of #9E8244
Complementary color
Monochromatic Colors of #9E8244
Black with #9E8244
Text Example
Text Example
White with #9E8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8244; }
p { color: rgb(158,130,68); }
H1.HeaderClassName
{
color: #9E8244;
}
.AnyTagClassName
{
color: #9E8244;
}
</style>
background-color css
<style>
a { background-color: #9E8244; }
a { background-color: rgb(158,130,68); }
div.DivClassName
{
background-color: #9E8244;
}
.BgClassName
{
background-color: #9E8244;
}
</style>
border-color css
<style>
span { border-color: #9E8244; }
span { border-color: rgb(158,130,68); }
td.TdClassName
{
border-color: #9E8244;
}
.TagClassName
{
border-color: #9E8244;
}
</style>