Shades of Muesli #9F794F
Tints of Muesli #9F794F
RGB
CMYK
RGB Variations
Color information
#9F794F (or 0x9F794F) is known color: Muesli. HEX triplet: 9F, 79 and 4F. RGB value is (159,121,79). Sum of RGB (Red+Green+Blue) = 159+121+79=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F794F is #6086B0. Grayscale: #7F7F7F. Windows color (decimal): -6325937 or 5208479. OLE color: 5208479.
HSL color Cylindrical-coordinate representation of color #9F794F: hue angle of 31.5º 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 #9F794F is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 79 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.38 |
| HSL | 31.5º | 0.34% | 0.47% | - |
| HSV(B) | 31.5º | 0.5% | 0.62% | - |
| XYZ | 22.55 | 21.61 | 10.38 | - |
| YUV | 127.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 79 | 0 | 0.24 | 0.50 | 0.38 | 31.5 | 0.34 | 0.47 |
| Hex | 9F | 79 | 4F | 0 | 18 | 32 | 26 | 1F | 22 | 2F |
| Octal | 237 | 171 | 117 | 0 | 30 | 62 | 46 | 37 | 42 | 57 |
| Binary | 10011111 | 1111001 | 1001111 | 0 | 11000 | 110010 | 100110 | 11111 | 100010 | 101111 |
Color Harmonies of #9F794F
Complementary color
Monochromatic Colors of #9F794F
Black with #9F794F
Text Example
Text Example
White with #9F794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F794F; }
p { color: rgb(159,121,79); }
H1.HeaderClassName
{
color: #9F794F;
}
.AnyTagClassName
{
color: #9F794F;
}
</style>
background-color css
<style>
a { background-color: #9F794F; }
a { background-color: rgb(159,121,79); }
div.DivClassName
{
background-color: #9F794F;
}
.BgClassName
{
background-color: #9F794F;
}
</style>
border-color css
<style>
span { border-color: #9F794F; }
span { border-color: rgb(159,121,79); }
td.TdClassName
{
border-color: #9F794F;
}
.TagClassName
{
border-color: #9F794F;
}
</style>