Shades of Muesli #98804E
Tints of Muesli #98804E
RGB
CMYK
RGB Variations
Color information
#98804E (or 0x98804E) is known color: Muesli. HEX triplet: 98, 80 and 4E. RGB value is (152,128,78). Sum of RGB (Red+Green+Blue) = 152+128+78=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98804E is #677FB1. Grayscale: #818181. Windows color (decimal): -6782898 or 5144728. OLE color: 5144728.
HSL color Cylindrical-coordinate representation of color #98804E: hue angle of 40.54º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98804E is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 78 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.40 |
| HSL | 40.54º | 0.32% | 0.45% | - |
| HSV(B) | 40.54º | 0.49% | 0.6% | - |
| XYZ | 22.04 | 22.66 | 10.42 | - |
| YUV | 129.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 78 | 0 | 0.16 | 0.49 | 0.40 | 40.54 | 0.32 | 0.45 |
| Hex | 98 | 80 | 4E | 0 | 10 | 31 | 28 | 29 | 20 | 2D |
| Octal | 230 | 200 | 116 | 0 | 20 | 61 | 50 | 51 | 40 | 55 |
| Binary | 10011000 | 10000000 | 1001110 | 0 | 10000 | 110001 | 101000 | 101001 | 100000 | 101101 |
Color Harmonies of #98804E
Complementary color
Monochromatic Colors of #98804E
Black with #98804E
Text Example
Text Example
White with #98804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98804E; }
p { color: rgb(152,128,78); }
H1.HeaderClassName
{
color: #98804E;
}
.AnyTagClassName
{
color: #98804E;
}
</style>
background-color css
<style>
a { background-color: #98804E; }
a { background-color: rgb(152,128,78); }
div.DivClassName
{
background-color: #98804E;
}
.BgClassName
{
background-color: #98804E;
}
</style>
border-color css
<style>
span { border-color: #98804E; }
span { border-color: rgb(152,128,78); }
td.TdClassName
{
border-color: #98804E;
}
.TagClassName
{
border-color: #98804E;
}
</style>