Shades of Muesli #9B7F46
Tints of Muesli #9B7F46
RGB
CMYK
RGB Variations
Color information
#9B7F46 (or 0x9B7F46) is known color: Muesli. HEX triplet: 9B, 7F and 46. RGB value is (155,127,70). Sum of RGB (Red+Green+Blue) = 155+127+70=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F46 is #6480B9. Grayscale: #818181. Windows color (decimal): -6586554 or 4620187. OLE color: 4620187.
HSL color Cylindrical-coordinate representation of color #9B7F46: hue angle of 40.24º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B7F46 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 127 | 70 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.39 |
| HSL | 40.24º | 0.38% | 0.44% | - |
| HSV(B) | 40.24º | 0.55% | 0.61% | - |
| XYZ | 22.21 | 22.59 | 8.98 | - |
| YUV | 128.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 70 | 0 | 0.18 | 0.55 | 0.39 | 40.24 | 0.38 | 0.44 |
| Hex | 9B | 7F | 46 | 0 | 12 | 37 | 27 | 28 | 26 | 2C |
| Octal | 233 | 177 | 106 | 0 | 22 | 67 | 47 | 50 | 46 | 54 |
| Binary | 10011011 | 1111111 | 1000110 | 0 | 10010 | 110111 | 100111 | 101000 | 100110 | 101100 |
Color Harmonies of #9B7F46
Complementary color
Monochromatic Colors of #9B7F46
Black with #9B7F46
Text Example
Text Example
White with #9B7F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7F46; }
p { color: rgb(155,127,70); }
H1.HeaderClassName
{
color: #9B7F46;
}
.AnyTagClassName
{
color: #9B7F46;
}
</style>
background-color css
<style>
a { background-color: #9B7F46; }
a { background-color: rgb(155,127,70); }
div.DivClassName
{
background-color: #9B7F46;
}
.BgClassName
{
background-color: #9B7F46;
}
</style>
border-color css
<style>
span { border-color: #9B7F46; }
span { border-color: rgb(155,127,70); }
td.TdClassName
{
border-color: #9B7F46;
}
.TagClassName
{
border-color: #9B7F46;
}
</style>