Shades of Muesli #9F804F
Tints of Muesli #9F804F
RGB
CMYK
RGB Variations
Color information
#9F804F (or 0x9F804F) is known color: Muesli. HEX triplet: 9F, 80 and 4F. RGB value is (159,128,79). Sum of RGB (Red+Green+Blue) = 159+128+79=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F804F is #607FB0. Grayscale: #838383. Windows color (decimal): -6324145 or 5210271. OLE color: 5210271.
HSL color Cylindrical-coordinate representation of color #9F804F: hue angle of 36.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F804F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 79 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.38 |
| HSL | 36.75º | 0.34% | 0.47% | - |
| HSV(B) | 36.75º | 0.5% | 0.62% | - |
| XYZ | 23.43 | 23.37 | 10.67 | - |
| YUV | 131.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 79 | 0 | 0.19 | 0.50 | 0.38 | 36.75 | 0.34 | 0.47 |
| Hex | 9F | 80 | 4F | 0 | 13 | 32 | 26 | 25 | 22 | 2F |
| Octal | 237 | 200 | 117 | 0 | 23 | 62 | 46 | 45 | 42 | 57 |
| Binary | 10011111 | 10000000 | 1001111 | 0 | 10011 | 110010 | 100110 | 100101 | 100010 | 101111 |
Color Harmonies of #9F804F
Complementary color
Monochromatic Colors of #9F804F
Black with #9F804F
Text Example
Text Example
White with #9F804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F804F; }
p { color: rgb(159,128,79); }
H1.HeaderClassName
{
color: #9F804F;
}
.AnyTagClassName
{
color: #9F804F;
}
</style>
background-color css
<style>
a { background-color: #9F804F; }
a { background-color: rgb(159,128,79); }
div.DivClassName
{
background-color: #9F804F;
}
.BgClassName
{
background-color: #9F804F;
}
</style>
border-color css
<style>
span { border-color: #9F804F; }
span { border-color: rgb(159,128,79); }
td.TdClassName
{
border-color: #9F804F;
}
.TagClassName
{
border-color: #9F804F;
}
</style>