Shades of Muesli #9F7F51
Tints of Muesli #9F7F51
RGB
CMYK
RGB Variations
Color information
#9F7F51 (or 0x9F7F51) is known color: Muesli. HEX triplet: 9F, 7F and 51. RGB value is (159,127,81). Sum of RGB (Red+Green+Blue) = 159+127+81=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F51 is #6080AE. Grayscale: #838383. Windows color (decimal): -6324399 or 5341087. OLE color: 5341087.
HSL color Cylindrical-coordinate representation of color #9F7F51: hue angle of 35.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F7F51 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 127 | 81 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.38 |
| HSL | 35.38º | 0.33% | 0.47% | - |
| HSV(B) | 35.38º | 0.49% | 0.62% | - |
| XYZ | 23.37 | 23.14 | 11.02 | - |
| YUV | 131.32 | 99.6 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 81 | 0 | 0.20 | 0.49 | 0.38 | 35.38 | 0.33 | 0.47 |
| Hex | 9F | 7F | 51 | 0 | 14 | 31 | 26 | 23 | 20 | 2F |
| Octal | 237 | 177 | 121 | 0 | 24 | 61 | 46 | 43 | 40 | 57 |
| Binary | 10011111 | 1111111 | 1010001 | 0 | 10100 | 110001 | 100110 | 100011 | 100000 | 101111 |
Color Harmonies of #9F7F51
Complementary color
Monochromatic Colors of #9F7F51
Black with #9F7F51
Text Example
Text Example
White with #9F7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7F51; }
p { color: rgb(159,127,81); }
H1.HeaderClassName
{
color: #9F7F51;
}
.AnyTagClassName
{
color: #9F7F51;
}
</style>
background-color css
<style>
a { background-color: #9F7F51; }
a { background-color: rgb(159,127,81); }
div.DivClassName
{
background-color: #9F7F51;
}
.BgClassName
{
background-color: #9F7F51;
}
</style>
border-color css
<style>
span { border-color: #9F7F51; }
span { border-color: rgb(159,127,81); }
td.TdClassName
{
border-color: #9F7F51;
}
.TagClassName
{
border-color: #9F7F51;
}
</style>