Shades of Muesli #9F7F59
Tints of Muesli #9F7F59
RGB
CMYK
RGB Variations
Color information
#9F7F59 (or 0x9F7F59) is known color: Muesli. HEX triplet: 9F, 7F and 59. RGB value is (159,127,89). Sum of RGB (Red+Green+Blue) = 159+127+89=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F59 is #6080A6. Grayscale: #848484. Windows color (decimal): -6324391 or 5865375. OLE color: 5865375.
HSL color Cylindrical-coordinate representation of color #9F7F59: hue angle of 32.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7F59 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 89 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.38 |
| HSL | 32.57º | 0.28% | 0.49% | - |
| HSV(B) | 32.57º | 0.44% | 0.62% | - |
| XYZ | 23.69 | 23.27 | 12.69 | - |
| YUV | 132.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 89 | 0 | 0.20 | 0.44 | 0.38 | 32.57 | 0.28 | 0.49 |
| Hex | 9F | 7F | 59 | 0 | 14 | 2C | 26 | 21 | 1C | 31 |
| Octal | 237 | 177 | 131 | 0 | 24 | 54 | 46 | 41 | 34 | 61 |
| Binary | 10011111 | 1111111 | 1011001 | 0 | 10100 | 101100 | 100110 | 100001 | 11100 | 110001 |
Color Harmonies of #9F7F59
Complementary color
Monochromatic Colors of #9F7F59
Black with #9F7F59
Text Example
Text Example
White with #9F7F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F59; }
p { color: rgb(159,127,89); }
H1.HeaderClassName
{
color: #9F7F59;
}
.AnyTagClassName
{
color: #9F7F59;
}
</style>
background-color css
<style>
a { background-color: #9F7F59; }
a { background-color: rgb(159,127,89); }
div.DivClassName
{
background-color: #9F7F59;
}
.BgClassName
{
background-color: #9F7F59;
}
</style>
border-color css
<style>
span { border-color: #9F7F59; }
span { border-color: rgb(159,127,89); }
td.TdClassName
{
border-color: #9F7F59;
}
.TagClassName
{
border-color: #9F7F59;
}
</style>