Shades of Muesli #9F8758
Tints of Muesli #9F8758
RGB
CMYK
RGB Variations
Color information
#9F8758 (or 0x9F8758) is known color: Muesli. HEX triplet: 9F, 87 and 58. RGB value is (159,135,88). Sum of RGB (Red+Green+Blue) = 159+135+88=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8758 is #6078A7. Grayscale: #898989. Windows color (decimal): -6322344 or 5801887. OLE color: 5801887.
HSL color Cylindrical-coordinate representation of color #9F8758: hue angle of 39.72º 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 #9F8758 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 88 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.38 |
| HSL | 39.72º | 0.29% | 0.48% | - |
| HSV(B) | 39.72º | 0.45% | 0.62% | - |
| XYZ | 24.72 | 25.4 | 12.83 | - |
| YUV | 136.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 88 | 0 | 0.15 | 0.45 | 0.38 | 39.72 | 0.29 | 0.48 |
| Hex | 9F | 87 | 58 | 0 | F | 2D | 26 | 28 | 1D | 30 |
| Octal | 237 | 207 | 130 | 0 | 17 | 55 | 46 | 50 | 35 | 60 |
| Binary | 10011111 | 10000111 | 1011000 | 0 | 1111 | 101101 | 100110 | 101000 | 11101 | 110000 |
Color Harmonies of #9F8758
Complementary color
Monochromatic Colors of #9F8758
Black with #9F8758
Text Example
Text Example
White with #9F8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8758; }
p { color: rgb(159,135,88); }
H1.HeaderClassName
{
color: #9F8758;
}
.AnyTagClassName
{
color: #9F8758;
}
</style>
background-color css
<style>
a { background-color: #9F8758; }
a { background-color: rgb(159,135,88); }
div.DivClassName
{
background-color: #9F8758;
}
.BgClassName
{
background-color: #9F8758;
}
</style>
border-color css
<style>
span { border-color: #9F8758; }
span { border-color: rgb(159,135,88); }
td.TdClassName
{
border-color: #9F8758;
}
.TagClassName
{
border-color: #9F8758;
}
</style>