Shades of Muesli #978452
Tints of Muesli #978452
RGB
CMYK
RGB Variations
Color information
#978452 (or 0x978452) is known color: Muesli. HEX triplet: 97, 84 and 52. RGB value is (151,132,82). Sum of RGB (Red+Green+Blue) = 151+132+82=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #978452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978452 is #687BAD. Grayscale: #848484. Windows color (decimal): -6847406 or 5407895. OLE color: 5407895.
HSL color Cylindrical-coordinate representation of color #978452: hue angle of 43.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #978452 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 82 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.41 |
| HSL | 43.48º | 0.3% | 0.46% | - |
| HSV(B) | 43.48º | 0.46% | 0.59% | - |
| XYZ | 22.54 | 23.69 | 11.37 | - |
| YUV | 131.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 82 | 0 | 0.13 | 0.46 | 0.41 | 43.48 | 0.3 | 0.46 |
| Hex | 97 | 84 | 52 | 0 | D | 2E | 29 | 2B | 1E | 2E |
| Octal | 227 | 204 | 122 | 0 | 15 | 56 | 51 | 53 | 36 | 56 |
| Binary | 10010111 | 10000100 | 1010010 | 0 | 1101 | 101110 | 101001 | 101011 | 11110 | 101110 |
Color Harmonies of #978452
Complementary color
Monochromatic Colors of #978452
Black with #978452
Text Example
Text Example
White with #978452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978452; }
p { color: rgb(151,132,82); }
H1.HeaderClassName
{
color: #978452;
}
.AnyTagClassName
{
color: #978452;
}
</style>
background-color css
<style>
a { background-color: #978452; }
a { background-color: rgb(151,132,82); }
div.DivClassName
{
background-color: #978452;
}
.BgClassName
{
background-color: #978452;
}
</style>
border-color css
<style>
span { border-color: #978452; }
span { border-color: rgb(151,132,82); }
td.TdClassName
{
border-color: #978452;
}
.TagClassName
{
border-color: #978452;
}
</style>