Shades of Muesli #9F8059
Tints of Muesli #9F8059
RGB
CMYK
RGB Variations
Color information
#9F8059 (or 0x9F8059) is known color: Muesli. HEX triplet: 9F, 80 and 59. RGB value is (159,128,89). Sum of RGB (Red+Green+Blue) = 159+128+89=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8059 is #607FA6. Grayscale: #858585. Windows color (decimal): -6324135 or 5865631. OLE color: 5865631.
HSL color Cylindrical-coordinate representation of color #9F8059: hue angle of 33.43º 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 #9F8059 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 89 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.38 |
| HSL | 33.43º | 0.28% | 0.49% | - |
| HSV(B) | 33.43º | 0.44% | 0.62% | - |
| XYZ | 23.82 | 23.53 | 12.74 | - |
| YUV | 132.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 89 | 0 | 0.19 | 0.44 | 0.38 | 33.43 | 0.28 | 0.49 |
| Hex | 9F | 80 | 59 | 0 | 13 | 2C | 26 | 21 | 1C | 31 |
| Octal | 237 | 200 | 131 | 0 | 23 | 54 | 46 | 41 | 34 | 61 |
| Binary | 10011111 | 10000000 | 1011001 | 0 | 10011 | 101100 | 100110 | 100001 | 11100 | 110001 |
Color Harmonies of #9F8059
Complementary color
Monochromatic Colors of #9F8059
Black with #9F8059
Text Example
Text Example
White with #9F8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8059; }
p { color: rgb(159,128,89); }
H1.HeaderClassName
{
color: #9F8059;
}
.AnyTagClassName
{
color: #9F8059;
}
</style>
background-color css
<style>
a { background-color: #9F8059; }
a { background-color: rgb(159,128,89); }
div.DivClassName
{
background-color: #9F8059;
}
.BgClassName
{
background-color: #9F8059;
}
</style>
border-color css
<style>
span { border-color: #9F8059; }
span { border-color: rgb(159,128,89); }
td.TdClassName
{
border-color: #9F8059;
}
.TagClassName
{
border-color: #9F8059;
}
</style>