Shades of Muesli #9F8055
Tints of Muesli #9F8055
RGB
CMYK
RGB Variations
Color information
#9F8055 (or 0x9F8055) is known color: Muesli. HEX triplet: 9F, 80 and 55. RGB value is (159,128,85). Sum of RGB (Red+Green+Blue) = 159+128+85=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8055 is #607FAA. Grayscale: #848484. Windows color (decimal): -6324139 or 5603487. OLE color: 5603487.
HSL color Cylindrical-coordinate representation of color #9F8055: hue angle of 34.86º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F8055 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 85 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.38 |
| HSL | 34.86º | 0.3% | 0.48% | - |
| HSV(B) | 34.86º | 0.47% | 0.62% | - |
| XYZ | 23.66 | 23.47 | 11.88 | - |
| YUV | 132.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 85 | 0 | 0.19 | 0.47 | 0.38 | 34.86 | 0.3 | 0.48 |
| Hex | 9F | 80 | 55 | 0 | 13 | 2F | 26 | 23 | 1E | 30 |
| Octal | 237 | 200 | 125 | 0 | 23 | 57 | 46 | 43 | 36 | 60 |
| Binary | 10011111 | 10000000 | 1010101 | 0 | 10011 | 101111 | 100110 | 100011 | 11110 | 110000 |
Color Harmonies of #9F8055
Complementary color
Monochromatic Colors of #9F8055
Black with #9F8055
Text Example
Text Example
White with #9F8055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8055; }
p { color: rgb(159,128,85); }
H1.HeaderClassName
{
color: #9F8055;
}
.AnyTagClassName
{
color: #9F8055;
}
</style>
background-color css
<style>
a { background-color: #9F8055; }
a { background-color: rgb(159,128,85); }
div.DivClassName
{
background-color: #9F8055;
}
.BgClassName
{
background-color: #9F8055;
}
</style>
border-color css
<style>
span { border-color: #9F8055; }
span { border-color: rgb(159,128,85); }
td.TdClassName
{
border-color: #9F8055;
}
.TagClassName
{
border-color: #9F8055;
}
</style>