Shades of Muesli #9F834D
Tints of Muesli #9F834D
RGB
CMYK
RGB Variations
Color information
#9F834D (or 0x9F834D) is known color: Muesli. HEX triplet: 9F, 83 and 4D. RGB value is (159,131,77). Sum of RGB (Red+Green+Blue) = 159+131+77=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F834D is #607CB2. Grayscale: #858585. Windows color (decimal): -6323379 or 5079967. OLE color: 5079967.
HSL color Cylindrical-coordinate representation of color #9F834D: hue angle of 39.51º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F834D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 77 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.38 |
| HSL | 39.51º | 0.35% | 0.46% | - |
| HSV(B) | 39.51º | 0.52% | 0.62% | - |
| XYZ | 23.75 | 24.14 | 10.43 | - |
| YUV | 133.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 77 | 0 | 0.18 | 0.52 | 0.38 | 39.51 | 0.35 | 0.46 |
| Hex | 9F | 83 | 4D | 0 | 12 | 34 | 26 | 28 | 23 | 2E |
| Octal | 237 | 203 | 115 | 0 | 22 | 64 | 46 | 50 | 43 | 56 |
| Binary | 10011111 | 10000011 | 1001101 | 0 | 10010 | 110100 | 100110 | 101000 | 100011 | 101110 |
Color Harmonies of #9F834D
Complementary color
Monochromatic Colors of #9F834D
Black with #9F834D
Text Example
Text Example
White with #9F834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F834D; }
p { color: rgb(159,131,77); }
H1.HeaderClassName
{
color: #9F834D;
}
.AnyTagClassName
{
color: #9F834D;
}
</style>
background-color css
<style>
a { background-color: #9F834D; }
a { background-color: rgb(159,131,77); }
div.DivClassName
{
background-color: #9F834D;
}
.BgClassName
{
background-color: #9F834D;
}
</style>
border-color css
<style>
span { border-color: #9F834D; }
span { border-color: rgb(159,131,77); }
td.TdClassName
{
border-color: #9F834D;
}
.TagClassName
{
border-color: #9F834D;
}
</style>