Shades of Muesli #987D5A
Tints of Muesli #987D5A
RGB
CMYK
RGB Variations
Color information
#987D5A (or 0x987D5A) is known color: Muesli. HEX triplet: 98, 7D and 5A. RGB value is (152,125,90). Sum of RGB (Red+Green+Blue) = 152+125+90=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D5A is #6782A5. Grayscale: #818181. Windows color (decimal): -6783654 or 5930392. OLE color: 5930392.
HSL color Cylindrical-coordinate representation of color #987D5A: hue angle of 33.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987D5A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 90 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.40 |
| HSL | 33.87º | 0.26% | 0.47% | - |
| HSV(B) | 33.87º | 0.41% | 0.6% | - |
| XYZ | 22.13 | 22.08 | 12.77 | - |
| YUV | 129.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 90 | 0 | 0.18 | 0.41 | 0.40 | 33.87 | 0.26 | 0.47 |
| Hex | 98 | 7D | 5A | 0 | 12 | 29 | 28 | 22 | 1A | 2F |
| Octal | 230 | 175 | 132 | 0 | 22 | 51 | 50 | 42 | 32 | 57 |
| Binary | 10011000 | 1111101 | 1011010 | 0 | 10010 | 101001 | 101000 | 100010 | 11010 | 101111 |
Color Harmonies of #987D5A
Complementary color
Monochromatic Colors of #987D5A
Black with #987D5A
Text Example
Text Example
White with #987D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D5A; }
p { color: rgb(152,125,90); }
H1.HeaderClassName
{
color: #987D5A;
}
.AnyTagClassName
{
color: #987D5A;
}
</style>
background-color css
<style>
a { background-color: #987D5A; }
a { background-color: rgb(152,125,90); }
div.DivClassName
{
background-color: #987D5A;
}
.BgClassName
{
background-color: #987D5A;
}
</style>
border-color css
<style>
span { border-color: #987D5A; }
span { border-color: rgb(152,125,90); }
td.TdClassName
{
border-color: #987D5A;
}
.TagClassName
{
border-color: #987D5A;
}
</style>