Shades of Muddy Waters #9F8749
Tints of Muddy Waters #9F8749
RGB
CMYK
RGB Variations
Color information
#9F8749 (or 0x9F8749) is known color: Muddy Waters. HEX triplet: 9F, 87 and 49. RGB value is (159,135,73). Sum of RGB (Red+Green+Blue) = 159+135+73=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8749 is #6078B6. Grayscale: #878787. Windows color (decimal): -6322359 or 4818847. OLE color: 4818847.
HSL color Cylindrical-coordinate representation of color #9F8749: hue angle of 43.26º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F8749 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 73 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.38 |
| HSL | 43.26º | 0.37% | 0.45% | - |
| HSV(B) | 43.26º | 0.54% | 0.62% | - |
| XYZ | 24.16 | 25.18 | 9.89 | - |
| YUV | 135.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 73 | 0 | 0.15 | 0.54 | 0.38 | 43.26 | 0.37 | 0.45 |
| Hex | 9F | 87 | 49 | 0 | F | 36 | 26 | 2B | 25 | 2D |
| Octal | 237 | 207 | 111 | 0 | 17 | 66 | 46 | 53 | 45 | 55 |
| Binary | 10011111 | 10000111 | 1001001 | 0 | 1111 | 110110 | 100110 | 101011 | 100101 | 101101 |
Color Harmonies of #9F8749
Complementary color
Monochromatic Colors of #9F8749
Black with #9F8749
Text Example
Text Example
White with #9F8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8749; }
p { color: rgb(159,135,73); }
H1.HeaderClassName
{
color: #9F8749;
}
.AnyTagClassName
{
color: #9F8749;
}
</style>
background-color css
<style>
a { background-color: #9F8749; }
a { background-color: rgb(159,135,73); }
div.DivClassName
{
background-color: #9F8749;
}
.BgClassName
{
background-color: #9F8749;
}
</style>
border-color css
<style>
span { border-color: #9F8749; }
span { border-color: rgb(159,135,73); }
td.TdClassName
{
border-color: #9F8749;
}
.TagClassName
{
border-color: #9F8749;
}
</style>