Shades of Muesli #987B45
Tints of Muesli #987B45
RGB
CMYK
RGB Variations
Color information
#987B45 (or 0x987B45) is known color: Muesli. HEX triplet: 98, 7B and 45. RGB value is (152,123,69). Sum of RGB (Red+Green+Blue) = 152+123+69=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #987B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B45 is #6784BA. Grayscale: #7D7D7D. Windows color (decimal): -6784187 or 4553624. OLE color: 4553624.
HSL color Cylindrical-coordinate representation of color #987B45: hue angle of 39.04º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987B45 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 69 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.40 |
| HSL | 39.04º | 0.38% | 0.43% | - |
| HSV(B) | 39.04º | 0.55% | 0.6% | - |
| XYZ | 21.11 | 21.27 | 8.62 | - |
| YUV | 125.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 69 | 0 | 0.19 | 0.55 | 0.40 | 39.04 | 0.38 | 0.43 |
| Hex | 98 | 7B | 45 | 0 | 13 | 37 | 28 | 27 | 26 | 2B |
| Octal | 230 | 173 | 105 | 0 | 23 | 67 | 50 | 47 | 46 | 53 |
| Binary | 10011000 | 1111011 | 1000101 | 0 | 10011 | 110111 | 101000 | 100111 | 100110 | 101011 |
Color Harmonies of #987B45
Complementary color
Monochromatic Colors of #987B45
Black with #987B45
Text Example
Text Example
White with #987B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B45; }
p { color: rgb(152,123,69); }
H1.HeaderClassName
{
color: #987B45;
}
.AnyTagClassName
{
color: #987B45;
}
</style>
background-color css
<style>
a { background-color: #987B45; }
a { background-color: rgb(152,123,69); }
div.DivClassName
{
background-color: #987B45;
}
.BgClassName
{
background-color: #987B45;
}
</style>
border-color css
<style>
span { border-color: #987B45; }
span { border-color: rgb(152,123,69); }
td.TdClassName
{
border-color: #987B45;
}
.TagClassName
{
border-color: #987B45;
}
</style>