Shades of Muesli #9F844E
Tints of Muesli #9F844E
RGB
CMYK
RGB Variations
Color information
#9F844E (or 0x9F844E) is known color: Muesli. HEX triplet: 9F, 84 and 4E. RGB value is (159,132,78). Sum of RGB (Red+Green+Blue) = 159+132+78=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F844E is #607BB1. Grayscale: #868686. Windows color (decimal): -6323122 or 5145759. OLE color: 5145759.
HSL color Cylindrical-coordinate representation of color #9F844E: hue angle of 40º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F844E is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 78 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.38 |
| HSL | 40º | 0.34% | 0.46% | - |
| HSV(B) | 40º | 0.51% | 0.62% | - |
| XYZ | 23.92 | 24.42 | 10.66 | - |
| YUV | 133.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 78 | 0 | 0.17 | 0.51 | 0.38 | 40 | 0.34 | 0.46 |
| Hex | 9F | 84 | 4E | 0 | 11 | 33 | 26 | 28 | 22 | 2E |
| Octal | 237 | 204 | 116 | 0 | 21 | 63 | 46 | 50 | 42 | 56 |
| Binary | 10011111 | 10000100 | 1001110 | 0 | 10001 | 110011 | 100110 | 101000 | 100010 | 101110 |
Color Harmonies of #9F844E
Complementary color
Monochromatic Colors of #9F844E
Black with #9F844E
Text Example
Text Example
White with #9F844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F844E; }
p { color: rgb(159,132,78); }
H1.HeaderClassName
{
color: #9F844E;
}
.AnyTagClassName
{
color: #9F844E;
}
</style>
background-color css
<style>
a { background-color: #9F844E; }
a { background-color: rgb(159,132,78); }
div.DivClassName
{
background-color: #9F844E;
}
.BgClassName
{
background-color: #9F844E;
}
</style>
border-color css
<style>
span { border-color: #9F844E; }
span { border-color: rgb(159,132,78); }
td.TdClassName
{
border-color: #9F844E;
}
.TagClassName
{
border-color: #9F844E;
}
</style>