Shades of Muddy Waters #9F8245
Tints of Muddy Waters #9F8245
RGB
CMYK
RGB Variations
Color information
#9F8245 (or 0x9F8245) is known color: Muddy Waters. HEX triplet: 9F, 82 and 45. RGB value is (159,130,69). Sum of RGB (Red+Green+Blue) = 159+130+69=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8245 is #607DBA. Grayscale: #838383. Windows color (decimal): -6323643 or 4555423. OLE color: 4555423.
HSL color Cylindrical-coordinate representation of color #9F8245: hue angle of 40.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F8245 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 69 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.38 |
| HSL | 40.67º | 0.39% | 0.45% | - |
| HSV(B) | 40.67º | 0.57% | 0.62% | - |
| XYZ | 23.35 | 23.77 | 8.99 | - |
| YUV | 131.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 69 | 0 | 0.18 | 0.57 | 0.38 | 40.67 | 0.39 | 0.45 |
| Hex | 9F | 82 | 45 | 0 | 12 | 39 | 26 | 29 | 27 | 2D |
| Octal | 237 | 202 | 105 | 0 | 22 | 71 | 46 | 51 | 47 | 55 |
| Binary | 10011111 | 10000010 | 1000101 | 0 | 10010 | 111001 | 100110 | 101001 | 100111 | 101101 |
Color Harmonies of #9F8245
Complementary color
Monochromatic Colors of #9F8245
Black with #9F8245
Text Example
Text Example
White with #9F8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8245; }
p { color: rgb(159,130,69); }
H1.HeaderClassName
{
color: #9F8245;
}
.AnyTagClassName
{
color: #9F8245;
}
</style>
background-color css
<style>
a { background-color: #9F8245; }
a { background-color: rgb(159,130,69); }
div.DivClassName
{
background-color: #9F8245;
}
.BgClassName
{
background-color: #9F8245;
}
</style>
border-color css
<style>
span { border-color: #9F8245; }
span { border-color: rgb(159,130,69); }
td.TdClassName
{
border-color: #9F8245;
}
.TagClassName
{
border-color: #9F8245;
}
</style>