Shades of Muesli #9F7947
Tints of Muesli #9F7947
RGB
CMYK
RGB Variations
Color information
#9F7947 (or 0x9F7947) is known color: Muesli. HEX triplet: 9F, 79 and 47. RGB value is (159,121,71). Sum of RGB (Red+Green+Blue) = 159+121+71=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7947 is #6086B8. Grayscale: #7E7E7E. Windows color (decimal): -6325945 or 4684191. OLE color: 4684191.
HSL color Cylindrical-coordinate representation of color #9F7947: hue angle of 34.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F7947 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 71 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.38 |
| HSL | 34.09º | 0.38% | 0.45% | - |
| HSV(B) | 34.09º | 0.55% | 0.62% | - |
| XYZ | 22.27 | 21.5 | 8.94 | - |
| YUV | 126.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 71 | 0 | 0.24 | 0.55 | 0.38 | 34.09 | 0.38 | 0.45 |
| Hex | 9F | 79 | 47 | 0 | 18 | 37 | 26 | 22 | 26 | 2D |
| Octal | 237 | 171 | 107 | 0 | 30 | 67 | 46 | 42 | 46 | 55 |
| Binary | 10011111 | 1111001 | 1000111 | 0 | 11000 | 110111 | 100110 | 100010 | 100110 | 101101 |
Color Harmonies of #9F7947
Complementary color
Monochromatic Colors of #9F7947
Black with #9F7947
Text Example
Text Example
White with #9F7947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7947; }
p { color: rgb(159,121,71); }
H1.HeaderClassName
{
color: #9F7947;
}
.AnyTagClassName
{
color: #9F7947;
}
</style>
background-color css
<style>
a { background-color: #9F7947; }
a { background-color: rgb(159,121,71); }
div.DivClassName
{
background-color: #9F7947;
}
.BgClassName
{
background-color: #9F7947;
}
</style>
border-color css
<style>
span { border-color: #9F7947; }
span { border-color: rgb(159,121,71); }
td.TdClassName
{
border-color: #9F7947;
}
.TagClassName
{
border-color: #9F7947;
}
</style>