Shades of Muesli #9F8258
Tints of Muesli #9F8258
RGB
CMYK
RGB Variations
Color information
#9F8258 (or 0x9F8258) is known color: Muesli. HEX triplet: 9F, 82 and 58. RGB value is (159,130,88). Sum of RGB (Red+Green+Blue) = 159+130+88=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8258 is #607DA7. Grayscale: #868686. Windows color (decimal): -6323624 or 5800607. OLE color: 5800607.
HSL color Cylindrical-coordinate representation of color #9F8258: hue angle of 35.49º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F8258 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 88 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.38 |
| HSL | 35.49º | 0.29% | 0.48% | - |
| HSV(B) | 35.49º | 0.45% | 0.62% | - |
| XYZ | 24.04 | 24.04 | 12.61 | - |
| YUV | 133.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 88 | 0 | 0.18 | 0.45 | 0.38 | 35.49 | 0.29 | 0.48 |
| Hex | 9F | 82 | 58 | 0 | 12 | 2D | 26 | 23 | 1D | 30 |
| Octal | 237 | 202 | 130 | 0 | 22 | 55 | 46 | 43 | 35 | 60 |
| Binary | 10011111 | 10000010 | 1011000 | 0 | 10010 | 101101 | 100110 | 100011 | 11101 | 110000 |
Color Harmonies of #9F8258
Complementary color
Monochromatic Colors of #9F8258
Black with #9F8258
Text Example
Text Example
White with #9F8258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8258; }
p { color: rgb(159,130,88); }
H1.HeaderClassName
{
color: #9F8258;
}
.AnyTagClassName
{
color: #9F8258;
}
</style>
background-color css
<style>
a { background-color: #9F8258; }
a { background-color: rgb(159,130,88); }
div.DivClassName
{
background-color: #9F8258;
}
.BgClassName
{
background-color: #9F8258;
}
</style>
border-color css
<style>
span { border-color: #9F8258; }
span { border-color: rgb(159,130,88); }
td.TdClassName
{
border-color: #9F8258;
}
.TagClassName
{
border-color: #9F8258;
}
</style>