Shades of Muesli #987C58
Tints of Muesli #987C58
RGB
CMYK
RGB Variations
Color information
#987C58 (or 0x987C58) is known color: Muesli. HEX triplet: 98, 7C and 58. RGB value is (152,124,88). Sum of RGB (Red+Green+Blue) = 152+124+88=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #987C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C58 is #6783A7. Grayscale: #808080. Windows color (decimal): -6783912 or 5799064. OLE color: 5799064.
HSL color Cylindrical-coordinate representation of color #987C58: hue angle of 33.75º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987C58 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 88 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.40 |
| HSL | 33.75º | 0.27% | 0.47% | - |
| HSV(B) | 33.75º | 0.42% | 0.6% | - |
| XYZ | 21.92 | 21.8 | 12.28 | - |
| YUV | 128.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 88 | 0 | 0.18 | 0.42 | 0.40 | 33.75 | 0.27 | 0.47 |
| Hex | 98 | 7C | 58 | 0 | 12 | 2A | 28 | 22 | 1B | 2F |
| Octal | 230 | 174 | 130 | 0 | 22 | 52 | 50 | 42 | 33 | 57 |
| Binary | 10011000 | 1111100 | 1011000 | 0 | 10010 | 101010 | 101000 | 100010 | 11011 | 101111 |
Color Harmonies of #987C58
Complementary color
Monochromatic Colors of #987C58
Black with #987C58
Text Example
Text Example
White with #987C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C58; }
p { color: rgb(152,124,88); }
H1.HeaderClassName
{
color: #987C58;
}
.AnyTagClassName
{
color: #987C58;
}
</style>
background-color css
<style>
a { background-color: #987C58; }
a { background-color: rgb(152,124,88); }
div.DivClassName
{
background-color: #987C58;
}
.BgClassName
{
background-color: #987C58;
}
</style>
border-color css
<style>
span { border-color: #987C58; }
span { border-color: rgb(152,124,88); }
td.TdClassName
{
border-color: #987C58;
}
.TagClassName
{
border-color: #987C58;
}
</style>