Shades of Muesli #9F7A47
Tints of Muesli #9F7A47
RGB
CMYK
RGB Variations
Color information
#9F7A47 (or 0x9F7A47) is known color: Muesli. HEX triplet: 9F, 7A and 47. RGB value is (159,122,71). Sum of RGB (Red+Green+Blue) = 159+122+71=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A47 is #6085B8. Grayscale: #7F7F7F. Windows color (decimal): -6325689 or 4684447. OLE color: 4684447.
HSL color Cylindrical-coordinate representation of color #9F7A47: hue angle of 34.77º 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 #9F7A47 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 71 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.38 |
| HSL | 34.77º | 0.38% | 0.45% | - |
| HSV(B) | 34.77º | 0.55% | 0.62% | - |
| XYZ | 22.39 | 21.74 | 8.98 | - |
| YUV | 127.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 71 | 0 | 0.23 | 0.55 | 0.38 | 34.77 | 0.38 | 0.45 |
| Hex | 9F | 7A | 47 | 0 | 17 | 37 | 26 | 23 | 26 | 2D |
| Octal | 237 | 172 | 107 | 0 | 27 | 67 | 46 | 43 | 46 | 55 |
| Binary | 10011111 | 1111010 | 1000111 | 0 | 10111 | 110111 | 100110 | 100011 | 100110 | 101101 |
Color Harmonies of #9F7A47
Complementary color
Monochromatic Colors of #9F7A47
Black with #9F7A47
Text Example
Text Example
White with #9F7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A47; }
p { color: rgb(159,122,71); }
H1.HeaderClassName
{
color: #9F7A47;
}
.AnyTagClassName
{
color: #9F7A47;
}
</style>
background-color css
<style>
a { background-color: #9F7A47; }
a { background-color: rgb(159,122,71); }
div.DivClassName
{
background-color: #9F7A47;
}
.BgClassName
{
background-color: #9F7A47;
}
</style>
border-color css
<style>
span { border-color: #9F7A47; }
span { border-color: rgb(159,122,71); }
td.TdClassName
{
border-color: #9F7A47;
}
.TagClassName
{
border-color: #9F7A47;
}
</style>