Shades of Muesli #98814E
Tints of Muesli #98814E
RGB
CMYK
RGB Variations
Color information
#98814E (or 0x98814E) is known color: Muesli. HEX triplet: 98, 81 and 4E. RGB value is (152,129,78). Sum of RGB (Red+Green+Blue) = 152+129+78=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98814E is #677EB1. Grayscale: #828282. Windows color (decimal): -6782642 or 5144984. OLE color: 5144984.
HSL color Cylindrical-coordinate representation of color #98814E: hue angle of 41.35º 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 #98814E is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 78 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.40 |
| HSL | 41.35º | 0.32% | 0.45% | - |
| HSV(B) | 41.35º | 0.49% | 0.6% | - |
| XYZ | 22.17 | 22.93 | 10.46 | - |
| YUV | 130.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 78 | 0 | 0.15 | 0.49 | 0.40 | 41.35 | 0.32 | 0.45 |
| Hex | 98 | 81 | 4E | 0 | F | 31 | 28 | 29 | 20 | 2D |
| Octal | 230 | 201 | 116 | 0 | 17 | 61 | 50 | 51 | 40 | 55 |
| Binary | 10011000 | 10000001 | 1001110 | 0 | 1111 | 110001 | 101000 | 101001 | 100000 | 101101 |
Color Harmonies of #98814E
Complementary color
Monochromatic Colors of #98814E
Black with #98814E
Text Example
Text Example
White with #98814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98814E; }
p { color: rgb(152,129,78); }
H1.HeaderClassName
{
color: #98814E;
}
.AnyTagClassName
{
color: #98814E;
}
</style>
background-color css
<style>
a { background-color: #98814E; }
a { background-color: rgb(152,129,78); }
div.DivClassName
{
background-color: #98814E;
}
.BgClassName
{
background-color: #98814E;
}
</style>
border-color css
<style>
span { border-color: #98814E; }
span { border-color: rgb(152,129,78); }
td.TdClassName
{
border-color: #98814E;
}
.TagClassName
{
border-color: #98814E;
}
</style>