Shades of Muesli #9F7E50
Tints of Muesli #9F7E50
RGB
CMYK
RGB Variations
Color information
#9F7E50 (or 0x9F7E50) is known color: Muesli. HEX triplet: 9F, 7E and 50. RGB value is (159,126,80). Sum of RGB (Red+Green+Blue) = 159+126+80=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E50 is #6081AF. Grayscale: #828282. Windows color (decimal): -6324656 or 5275295. OLE color: 5275295.
HSL color Cylindrical-coordinate representation of color #9F7E50: hue angle of 34.94º degrees, saturation: 0.33, 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 #9F7E50 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 80 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.38 |
| HSL | 34.94º | 0.33% | 0.47% | - |
| HSV(B) | 34.94º | 0.5% | 0.62% | - |
| XYZ | 23.21 | 22.87 | 10.78 | - |
| YUV | 130.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 80 | 0 | 0.21 | 0.50 | 0.38 | 34.94 | 0.33 | 0.47 |
| Hex | 9F | 7E | 50 | 0 | 15 | 32 | 26 | 23 | 21 | 2F |
| Octal | 237 | 176 | 120 | 0 | 25 | 62 | 46 | 43 | 41 | 57 |
| Binary | 10011111 | 1111110 | 1010000 | 0 | 10101 | 110010 | 100110 | 100011 | 100001 | 101111 |
Color Harmonies of #9F7E50
Complementary color
Monochromatic Colors of #9F7E50
Black with #9F7E50
Text Example
Text Example
White with #9F7E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E50; }
p { color: rgb(159,126,80); }
H1.HeaderClassName
{
color: #9F7E50;
}
.AnyTagClassName
{
color: #9F7E50;
}
</style>
background-color css
<style>
a { background-color: #9F7E50; }
a { background-color: rgb(159,126,80); }
div.DivClassName
{
background-color: #9F7E50;
}
.BgClassName
{
background-color: #9F7E50;
}
</style>
border-color css
<style>
span { border-color: #9F7E50; }
span { border-color: rgb(159,126,80); }
td.TdClassName
{
border-color: #9F7E50;
}
.TagClassName
{
border-color: #9F7E50;
}
</style>