Shades of Muesli #98834E
Tints of Muesli #98834E
RGB
CMYK
RGB Variations
Color information
#98834E (or 0x98834E) is known color: Muesli. HEX triplet: 98, 83 and 4E. RGB value is (152,131,78). Sum of RGB (Red+Green+Blue) = 152+131+78=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98834E is #677CB1. Grayscale: #838383. Windows color (decimal): -6782130 or 5145496. OLE color: 5145496.
HSL color Cylindrical-coordinate representation of color #98834E: hue angle of 42.97º 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 #98834E is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 78 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.40 |
| HSL | 42.97º | 0.32% | 0.45% | - |
| HSV(B) | 42.97º | 0.49% | 0.6% | - |
| XYZ | 22.44 | 23.46 | 10.55 | - |
| YUV | 131.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 78 | 0 | 0.14 | 0.49 | 0.40 | 42.97 | 0.32 | 0.45 |
| Hex | 98 | 83 | 4E | 0 | E | 31 | 28 | 2B | 20 | 2D |
| Octal | 230 | 203 | 116 | 0 | 16 | 61 | 50 | 53 | 40 | 55 |
| Binary | 10011000 | 10000011 | 1001110 | 0 | 1110 | 110001 | 101000 | 101011 | 100000 | 101101 |
Color Harmonies of #98834E
Complementary color
Monochromatic Colors of #98834E
Black with #98834E
Text Example
Text Example
White with #98834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98834E; }
p { color: rgb(152,131,78); }
H1.HeaderClassName
{
color: #98834E;
}
.AnyTagClassName
{
color: #98834E;
}
</style>
background-color css
<style>
a { background-color: #98834E; }
a { background-color: rgb(152,131,78); }
div.DivClassName
{
background-color: #98834E;
}
.BgClassName
{
background-color: #98834E;
}
</style>
border-color css
<style>
span { border-color: #98834E; }
span { border-color: rgb(152,131,78); }
td.TdClassName
{
border-color: #98834E;
}
.TagClassName
{
border-color: #98834E;
}
</style>