Shades of Muesli #998557
Tints of Muesli #998557
RGB
CMYK
RGB Variations
Color information
#998557 (or 0x998557) is known color: Muesli. HEX triplet: 99, 85 and 57. RGB value is (153,133,87). Sum of RGB (Red+Green+Blue) = 153+133+87=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #998557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998557 is #667AA8. Grayscale: #858585. Windows color (decimal): -6716073 or 5735833. OLE color: 5735833.
HSL color Cylindrical-coordinate representation of color #998557: hue angle of 41.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #998557 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 87 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.4 |
| HSL | 41.82º | 0.28% | 0.47% | - |
| HSV(B) | 41.82º | 0.43% | 0.6% | - |
| XYZ | 23.24 | 24.24 | 12.47 | - |
| YUV | 133.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 87 | 0 | 0.13 | 0.43 | 0.4 | 41.82 | 0.28 | 0.47 |
| Hex | 99 | 85 | 57 | 0 | D | 2B | 28 | 2A | 1C | 2F |
| Octal | 231 | 205 | 127 | 0 | 15 | 53 | 50 | 52 | 34 | 57 |
| Binary | 10011001 | 10000101 | 1010111 | 0 | 1101 | 101011 | 101000 | 101010 | 11100 | 101111 |
Color Harmonies of #998557
Complementary color
Monochromatic Colors of #998557
Black with #998557
Text Example
Text Example
White with #998557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998557; }
p { color: rgb(153,133,87); }
H1.HeaderClassName
{
color: #998557;
}
.AnyTagClassName
{
color: #998557;
}
</style>
background-color css
<style>
a { background-color: #998557; }
a { background-color: rgb(153,133,87); }
div.DivClassName
{
background-color: #998557;
}
.BgClassName
{
background-color: #998557;
}
</style>
border-color css
<style>
span { border-color: #998557; }
span { border-color: rgb(153,133,87); }
td.TdClassName
{
border-color: #998557;
}
.TagClassName
{
border-color: #998557;
}
</style>