Shades of Muddy Waters #9D894D
Tints of Muddy Waters #9D894D
RGB
CMYK
RGB Variations
Color information
#9D894D (or 0x9D894D) is known color: Muddy Waters. HEX triplet: 9D, 89 and 4D. RGB value is (157,137,77). Sum of RGB (Red+Green+Blue) = 157+137+77=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D894D is #6276B2. Grayscale: #888888. Windows color (decimal): -6452915 or 5081501. OLE color: 5081501.
HSL color Cylindrical-coordinate representation of color #9D894D: hue angle of 45º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D894D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 77 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.38 |
| HSL | 45º | 0.34% | 0.46% | - |
| HSV(B) | 45º | 0.51% | 0.62% | - |
| XYZ | 24.19 | 25.6 | 10.69 | - |
| YUV | 136.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 77 | 0 | 0.13 | 0.51 | 0.38 | 45 | 0.34 | 0.46 |
| Hex | 9D | 89 | 4D | 0 | D | 33 | 26 | 2D | 22 | 2E |
| Octal | 235 | 211 | 115 | 0 | 15 | 63 | 46 | 55 | 42 | 56 |
| Binary | 10011101 | 10001001 | 1001101 | 0 | 1101 | 110011 | 100110 | 101101 | 100010 | 101110 |
Color Harmonies of #9D894D
Complementary color
Monochromatic Colors of #9D894D
Black with #9D894D
Text Example
Text Example
White with #9D894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D894D; }
p { color: rgb(157,137,77); }
H1.HeaderClassName
{
color: #9D894D;
}
.AnyTagClassName
{
color: #9D894D;
}
</style>
background-color css
<style>
a { background-color: #9D894D; }
a { background-color: rgb(157,137,77); }
div.DivClassName
{
background-color: #9D894D;
}
.BgClassName
{
background-color: #9D894D;
}
</style>
border-color css
<style>
span { border-color: #9D894D; }
span { border-color: rgb(157,137,77); }
td.TdClassName
{
border-color: #9D894D;
}
.TagClassName
{
border-color: #9D894D;
}
</style>