Shades of Muesli #9F7F47
Tints of Muesli #9F7F47
RGB
CMYK
RGB Variations
Color information
#9F7F47 (or 0x9F7F47) is known color: Muesli. HEX triplet: 9F, 7F and 47. RGB value is (159,127,71). Sum of RGB (Red+Green+Blue) = 159+127+71=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7F47 is #6080B8. Grayscale: #828282. Windows color (decimal): -6324409 or 4685727. OLE color: 4685727.
HSL color Cylindrical-coordinate representation of color #9F7F47: hue angle of 38.18º 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 #9F7F47 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 71 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.38 |
| HSL | 38.18º | 0.38% | 0.45% | - |
| HSV(B) | 38.18º | 0.55% | 0.62% | - |
| XYZ | 23.02 | 23 | 9.19 | - |
| YUV | 130.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 71 | 0 | 0.20 | 0.55 | 0.38 | 38.18 | 0.38 | 0.45 |
| Hex | 9F | 7F | 47 | 0 | 14 | 37 | 26 | 26 | 26 | 2D |
| Octal | 237 | 177 | 107 | 0 | 24 | 67 | 46 | 46 | 46 | 55 |
| Binary | 10011111 | 1111111 | 1000111 | 0 | 10100 | 110111 | 100110 | 100110 | 100110 | 101101 |
Color Harmonies of #9F7F47
Complementary color
Monochromatic Colors of #9F7F47
Black with #9F7F47
Text Example
Text Example
White with #9F7F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F47; }
p { color: rgb(159,127,71); }
H1.HeaderClassName
{
color: #9F7F47;
}
.AnyTagClassName
{
color: #9F7F47;
}
</style>
background-color css
<style>
a { background-color: #9F7F47; }
a { background-color: rgb(159,127,71); }
div.DivClassName
{
background-color: #9F7F47;
}
.BgClassName
{
background-color: #9F7F47;
}
</style>
border-color css
<style>
span { border-color: #9F7F47; }
span { border-color: rgb(159,127,71); }
td.TdClassName
{
border-color: #9F7F47;
}
.TagClassName
{
border-color: #9F7F47;
}
</style>