Shades of Muesli #9F8259
Tints of Muesli #9F8259
RGB
CMYK
RGB Variations
Color information
#9F8259 (or 0x9F8259) is known color: Muesli. HEX triplet: 9F, 82 and 59. RGB value is (159,130,89). Sum of RGB (Red+Green+Blue) = 159+130+89=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8259 is #607DA6. Grayscale: #868686. Windows color (decimal): -6323623 or 5866143. OLE color: 5866143.
HSL color Cylindrical-coordinate representation of color #9F8259: hue angle of 35.14º 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 #9F8259 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 89 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.38 |
| HSL | 35.14º | 0.28% | 0.49% | - |
| HSV(B) | 35.14º | 0.44% | 0.62% | - |
| XYZ | 24.08 | 24.06 | 12.83 | - |
| YUV | 134 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 89 | 0 | 0.18 | 0.44 | 0.38 | 35.14 | 0.28 | 0.49 |
| Hex | 9F | 82 | 59 | 0 | 12 | 2C | 26 | 23 | 1C | 31 |
| Octal | 237 | 202 | 131 | 0 | 22 | 54 | 46 | 43 | 34 | 61 |
| Binary | 10011111 | 10000010 | 1011001 | 0 | 10010 | 101100 | 100110 | 100011 | 11100 | 110001 |
Color Harmonies of #9F8259
Complementary color
Monochromatic Colors of #9F8259
Black with #9F8259
Text Example
Text Example
White with #9F8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8259; }
p { color: rgb(159,130,89); }
H1.HeaderClassName
{
color: #9F8259;
}
.AnyTagClassName
{
color: #9F8259;
}
</style>
background-color css
<style>
a { background-color: #9F8259; }
a { background-color: rgb(159,130,89); }
div.DivClassName
{
background-color: #9F8259;
}
.BgClassName
{
background-color: #9F8259;
}
</style>
border-color css
<style>
span { border-color: #9F8259; }
span { border-color: rgb(159,130,89); }
td.TdClassName
{
border-color: #9F8259;
}
.TagClassName
{
border-color: #9F8259;
}
</style>