Shades of Muesli #978355
Tints of Muesli #978355
RGB
CMYK
RGB Variations
Color information
#978355 (or 0x978355) is known color: Muesli. HEX triplet: 97, 83 and 55. RGB value is (151,131,85). Sum of RGB (Red+Green+Blue) = 151+131+85=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #978355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978355 is #687CAA. Grayscale: #838383. Windows color (decimal): -6847659 or 5604247. OLE color: 5604247.
HSL color Cylindrical-coordinate representation of color #978355: hue angle of 41.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978355 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 85 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.41 |
| HSL | 41.82º | 0.28% | 0.46% | - |
| HSV(B) | 41.82º | 0.44% | 0.59% | - |
| XYZ | 22.52 | 23.47 | 11.94 | - |
| YUV | 131.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 85 | 0 | 0.13 | 0.44 | 0.41 | 41.82 | 0.28 | 0.46 |
| Hex | 97 | 83 | 55 | 0 | D | 2C | 29 | 2A | 1C | 2E |
| Octal | 227 | 203 | 125 | 0 | 15 | 54 | 51 | 52 | 34 | 56 |
| Binary | 10010111 | 10000011 | 1010101 | 0 | 1101 | 101100 | 101001 | 101010 | 11100 | 101110 |
Color Harmonies of #978355
Complementary color
Monochromatic Colors of #978355
Black with #978355
Text Example
Text Example
White with #978355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978355; }
p { color: rgb(151,131,85); }
H1.HeaderClassName
{
color: #978355;
}
.AnyTagClassName
{
color: #978355;
}
</style>
background-color css
<style>
a { background-color: #978355; }
a { background-color: rgb(151,131,85); }
div.DivClassName
{
background-color: #978355;
}
.BgClassName
{
background-color: #978355;
}
</style>
border-color css
<style>
span { border-color: #978355; }
span { border-color: rgb(151,131,85); }
td.TdClassName
{
border-color: #978355;
}
.TagClassName
{
border-color: #978355;
}
</style>