Shades of Muddy Waters #9F8547
Tints of Muddy Waters #9F8547
RGB
CMYK
RGB Variations
Color information
#9F8547 (or 0x9F8547) is known color: Muddy Waters. HEX triplet: 9F, 85 and 47. RGB value is (159,133,71). Sum of RGB (Red+Green+Blue) = 159+133+71=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8547 is #607AB8. Grayscale: #858585. Windows color (decimal): -6322873 or 4687263. OLE color: 4687263.
HSL color Cylindrical-coordinate representation of color #9F8547: hue angle of 42.27º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F8547 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 71 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.38 |
| HSL | 42.27º | 0.38% | 0.45% | - |
| HSV(B) | 42.27º | 0.55% | 0.62% | - |
| XYZ | 23.82 | 24.6 | 9.45 | - |
| YUV | 133.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 71 | 0 | 0.16 | 0.55 | 0.38 | 42.27 | 0.38 | 0.45 |
| Hex | 9F | 85 | 47 | 0 | 10 | 37 | 26 | 2A | 26 | 2D |
| Octal | 237 | 205 | 107 | 0 | 20 | 67 | 46 | 52 | 46 | 55 |
| Binary | 10011111 | 10000101 | 1000111 | 0 | 10000 | 110111 | 100110 | 101010 | 100110 | 101101 |
Color Harmonies of #9F8547
Complementary color
Monochromatic Colors of #9F8547
Black with #9F8547
Text Example
Text Example
White with #9F8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8547; }
p { color: rgb(159,133,71); }
H1.HeaderClassName
{
color: #9F8547;
}
.AnyTagClassName
{
color: #9F8547;
}
</style>
background-color css
<style>
a { background-color: #9F8547; }
a { background-color: rgb(159,133,71); }
div.DivClassName
{
background-color: #9F8547;
}
.BgClassName
{
background-color: #9F8547;
}
</style>
border-color css
<style>
span { border-color: #9F8547; }
span { border-color: rgb(159,133,71); }
td.TdClassName
{
border-color: #9F8547;
}
.TagClassName
{
border-color: #9F8547;
}
</style>