Shades of Muesli #978052
Tints of Muesli #978052
RGB
CMYK
RGB Variations
Color information
#978052 (or 0x978052) is known color: Muesli. HEX triplet: 97, 80 and 52. RGB value is (151,128,82). Sum of RGB (Red+Green+Blue) = 151+128+82=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #978052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978052 is #687FAD. Grayscale: #818181. Windows color (decimal): -6848430 or 5406871. OLE color: 5406871.
HSL color Cylindrical-coordinate representation of color #978052: hue angle of 40º 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 #978052 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 82 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.41 |
| HSL | 40º | 0.3% | 0.46% | - |
| HSV(B) | 40º | 0.46% | 0.59% | - |
| XYZ | 22 | 22.63 | 11.19 | - |
| YUV | 129.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 82 | 0 | 0.15 | 0.46 | 0.41 | 40 | 0.3 | 0.46 |
| Hex | 97 | 80 | 52 | 0 | F | 2E | 29 | 28 | 1E | 2E |
| Octal | 227 | 200 | 122 | 0 | 17 | 56 | 51 | 50 | 36 | 56 |
| Binary | 10010111 | 10000000 | 1010010 | 0 | 1111 | 101110 | 101001 | 101000 | 11110 | 101110 |
Color Harmonies of #978052
Complementary color
Monochromatic Colors of #978052
Black with #978052
Text Example
Text Example
White with #978052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978052; }
p { color: rgb(151,128,82); }
H1.HeaderClassName
{
color: #978052;
}
.AnyTagClassName
{
color: #978052;
}
</style>
background-color css
<style>
a { background-color: #978052; }
a { background-color: rgb(151,128,82); }
div.DivClassName
{
background-color: #978052;
}
.BgClassName
{
background-color: #978052;
}
</style>
border-color css
<style>
span { border-color: #978052; }
span { border-color: rgb(151,128,82); }
td.TdClassName
{
border-color: #978052;
}
.TagClassName
{
border-color: #978052;
}
</style>