Shades of Muesli #9F7E52
Tints of Muesli #9F7E52
RGB
CMYK
RGB Variations
Color information
#9F7E52 (or 0x9F7E52) is known color: Muesli. HEX triplet: 9F, 7E and 52. RGB value is (159,126,82). Sum of RGB (Red+Green+Blue) = 159+126+82=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E52 is #6081AD. Grayscale: #838383. Windows color (decimal): -6324654 or 5406367. OLE color: 5406367.
HSL color Cylindrical-coordinate representation of color #9F7E52: hue angle of 34.29º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F7E52 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 82 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.38 |
| HSL | 34.29º | 0.32% | 0.47% | - |
| HSV(B) | 34.29º | 0.48% | 0.62% | - |
| XYZ | 23.28 | 22.9 | 11.18 | - |
| YUV | 130.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 82 | 0 | 0.21 | 0.48 | 0.38 | 34.29 | 0.32 | 0.47 |
| Hex | 9F | 7E | 52 | 0 | 15 | 30 | 26 | 22 | 20 | 2F |
| Octal | 237 | 176 | 122 | 0 | 25 | 60 | 46 | 42 | 40 | 57 |
| Binary | 10011111 | 1111110 | 1010010 | 0 | 10101 | 110000 | 100110 | 100010 | 100000 | 101111 |
Color Harmonies of #9F7E52
Complementary color
Monochromatic Colors of #9F7E52
Black with #9F7E52
Text Example
Text Example
White with #9F7E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E52; }
p { color: rgb(159,126,82); }
H1.HeaderClassName
{
color: #9F7E52;
}
.AnyTagClassName
{
color: #9F7E52;
}
</style>
background-color css
<style>
a { background-color: #9F7E52; }
a { background-color: rgb(159,126,82); }
div.DivClassName
{
background-color: #9F7E52;
}
.BgClassName
{
background-color: #9F7E52;
}
</style>
border-color css
<style>
span { border-color: #9F7E52; }
span { border-color: rgb(159,126,82); }
td.TdClassName
{
border-color: #9F7E52;
}
.TagClassName
{
border-color: #9F7E52;
}
</style>