Shades of Muesli #978252
Tints of Muesli #978252
RGB
CMYK
RGB Variations
Color information
#978252 (or 0x978252) is known color: Muesli. HEX triplet: 97, 82 and 52. RGB value is (151,130,82). Sum of RGB (Red+Green+Blue) = 151+130+82=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #978252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978252 is #687DAD. Grayscale: #838383. Windows color (decimal): -6847918 or 5407383. OLE color: 5407383.
HSL color Cylindrical-coordinate representation of color #978252: hue angle of 41.74º 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 #978252 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 82 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.41 |
| HSL | 41.74º | 0.3% | 0.46% | - |
| HSV(B) | 41.74º | 0.46% | 0.59% | - |
| XYZ | 22.27 | 23.15 | 11.28 | - |
| YUV | 130.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 82 | 0 | 0.14 | 0.46 | 0.41 | 41.74 | 0.3 | 0.46 |
| Hex | 97 | 82 | 52 | 0 | E | 2E | 29 | 2A | 1E | 2E |
| Octal | 227 | 202 | 122 | 0 | 16 | 56 | 51 | 52 | 36 | 56 |
| Binary | 10010111 | 10000010 | 1010010 | 0 | 1110 | 101110 | 101001 | 101010 | 11110 | 101110 |
Color Harmonies of #978252
Complementary color
Monochromatic Colors of #978252
Black with #978252
Text Example
Text Example
White with #978252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978252; }
p { color: rgb(151,130,82); }
H1.HeaderClassName
{
color: #978252;
}
.AnyTagClassName
{
color: #978252;
}
</style>
background-color css
<style>
a { background-color: #978252; }
a { background-color: rgb(151,130,82); }
div.DivClassName
{
background-color: #978252;
}
.BgClassName
{
background-color: #978252;
}
</style>
border-color css
<style>
span { border-color: #978252; }
span { border-color: rgb(151,130,82); }
td.TdClassName
{
border-color: #978252;
}
.TagClassName
{
border-color: #978252;
}
</style>