Shades of Muddy Waters #9F874D
Tints of Muddy Waters #9F874D
RGB
CMYK
RGB Variations
Color information
#9F874D (or 0x9F874D) is known color: Muddy Waters. HEX triplet: 9F, 87 and 4D. RGB value is (159,135,77). Sum of RGB (Red+Green+Blue) = 159+135+77=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F874D is #6078B2. Grayscale: #878787. Windows color (decimal): -6322355 or 5080991. OLE color: 5080991.
HSL color Cylindrical-coordinate representation of color #9F874D: hue angle of 42.44º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F874D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 77 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.38 |
| HSL | 42.44º | 0.35% | 0.46% | - |
| HSV(B) | 42.44º | 0.52% | 0.62% | - |
| XYZ | 24.3 | 25.23 | 10.61 | - |
| YUV | 135.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 77 | 0 | 0.15 | 0.52 | 0.38 | 42.44 | 0.35 | 0.46 |
| Hex | 9F | 87 | 4D | 0 | F | 34 | 26 | 2A | 23 | 2E |
| Octal | 237 | 207 | 115 | 0 | 17 | 64 | 46 | 52 | 43 | 56 |
| Binary | 10011111 | 10000111 | 1001101 | 0 | 1111 | 110100 | 100110 | 101010 | 100011 | 101110 |
Color Harmonies of #9F874D
Complementary color
Monochromatic Colors of #9F874D
Black with #9F874D
Text Example
Text Example
White with #9F874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F874D; }
p { color: rgb(159,135,77); }
H1.HeaderClassName
{
color: #9F874D;
}
.AnyTagClassName
{
color: #9F874D;
}
</style>
background-color css
<style>
a { background-color: #9F874D; }
a { background-color: rgb(159,135,77); }
div.DivClassName
{
background-color: #9F874D;
}
.BgClassName
{
background-color: #9F874D;
}
</style>
border-color css
<style>
span { border-color: #9F874D; }
span { border-color: rgb(159,135,77); }
td.TdClassName
{
border-color: #9F874D;
}
.TagClassName
{
border-color: #9F874D;
}
</style>