Shades of Muesli #9F8159
Tints of Muesli #9F8159
RGB
CMYK
RGB Variations
Color information
#9F8159 (or 0x9F8159) is known color: Muesli. HEX triplet: 9F, 81 and 59. RGB value is (159,129,89). Sum of RGB (Red+Green+Blue) = 159+129+89=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8159 is #607EA6. Grayscale: #858585. Windows color (decimal): -6323879 or 5865887. OLE color: 5865887.
HSL color Cylindrical-coordinate representation of color #9F8159: hue angle of 34.29º 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 #9F8159 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 89 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.38 |
| HSL | 34.29º | 0.28% | 0.49% | - |
| HSV(B) | 34.29º | 0.44% | 0.62% | - |
| XYZ | 23.95 | 23.79 | 12.78 | - |
| YUV | 133.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 89 | 0 | 0.19 | 0.44 | 0.38 | 34.29 | 0.28 | 0.49 |
| Hex | 9F | 81 | 59 | 0 | 13 | 2C | 26 | 22 | 1C | 31 |
| Octal | 237 | 201 | 131 | 0 | 23 | 54 | 46 | 42 | 34 | 61 |
| Binary | 10011111 | 10000001 | 1011001 | 0 | 10011 | 101100 | 100110 | 100010 | 11100 | 110001 |
Color Harmonies of #9F8159
Complementary color
Monochromatic Colors of #9F8159
Black with #9F8159
Text Example
Text Example
White with #9F8159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8159; }
p { color: rgb(159,129,89); }
H1.HeaderClassName
{
color: #9F8159;
}
.AnyTagClassName
{
color: #9F8159;
}
</style>
background-color css
<style>
a { background-color: #9F8159; }
a { background-color: rgb(159,129,89); }
div.DivClassName
{
background-color: #9F8159;
}
.BgClassName
{
background-color: #9F8159;
}
</style>
border-color css
<style>
span { border-color: #9F8159; }
span { border-color: rgb(159,129,89); }
td.TdClassName
{
border-color: #9F8159;
}
.TagClassName
{
border-color: #9F8159;
}
</style>