Shades of Muddy Waters #9F884F
Tints of Muddy Waters #9F884F
RGB
CMYK
RGB Variations
Color information
#9F884F (or 0x9F884F) is known color: Muddy Waters. HEX triplet: 9F, 88 and 4F. RGB value is (159,136,79). Sum of RGB (Red+Green+Blue) = 159+136+79=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F884F is #6077B0. Grayscale: #888888. Windows color (decimal): -6322097 or 5212319. OLE color: 5212319.
HSL color Cylindrical-coordinate representation of color #9F884F: hue angle of 42.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F884F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 79 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.38 |
| HSL | 42.75º | 0.34% | 0.47% | - |
| HSV(B) | 42.75º | 0.5% | 0.62% | - |
| XYZ | 24.51 | 25.54 | 11.04 | - |
| YUV | 136.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 79 | 0 | 0.14 | 0.50 | 0.38 | 42.75 | 0.34 | 0.47 |
| Hex | 9F | 88 | 4F | 0 | E | 32 | 26 | 2B | 22 | 2F |
| Octal | 237 | 210 | 117 | 0 | 16 | 62 | 46 | 53 | 42 | 57 |
| Binary | 10011111 | 10001000 | 1001111 | 0 | 1110 | 110010 | 100110 | 101011 | 100010 | 101111 |
Color Harmonies of #9F884F
Complementary color
Monochromatic Colors of #9F884F
Black with #9F884F
Text Example
Text Example
White with #9F884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F884F; }
p { color: rgb(159,136,79); }
H1.HeaderClassName
{
color: #9F884F;
}
.AnyTagClassName
{
color: #9F884F;
}
</style>
background-color css
<style>
a { background-color: #9F884F; }
a { background-color: rgb(159,136,79); }
div.DivClassName
{
background-color: #9F884F;
}
.BgClassName
{
background-color: #9F884F;
}
</style>
border-color css
<style>
span { border-color: #9F884F; }
span { border-color: rgb(159,136,79); }
td.TdClassName
{
border-color: #9F884F;
}
.TagClassName
{
border-color: #9F884F;
}
</style>