Shades of Muesli #998352
Tints of Muesli #998352
RGB
CMYK
RGB Variations
Color information
#998352 (or 0x998352) is known color: Muesli. HEX triplet: 99, 83 and 52. RGB value is (153,131,82). Sum of RGB (Red+Green+Blue) = 153+131+82=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998352 is #667CAD. Grayscale: #848484. Windows color (decimal): -6716590 or 5407641. OLE color: 5407641.
HSL color Cylindrical-coordinate representation of color #998352: hue angle of 41.41º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #998352 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 82 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.4 |
| HSL | 41.41º | 0.3% | 0.46% | - |
| HSV(B) | 41.41º | 0.46% | 0.6% | - |
| XYZ | 22.78 | 23.61 | 11.34 | - |
| YUV | 131.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 82 | 0 | 0.14 | 0.46 | 0.4 | 41.41 | 0.3 | 0.46 |
| Hex | 99 | 83 | 52 | 0 | E | 2E | 28 | 29 | 1E | 2E |
| Octal | 231 | 203 | 122 | 0 | 16 | 56 | 50 | 51 | 36 | 56 |
| Binary | 10011001 | 10000011 | 1010010 | 0 | 1110 | 101110 | 101000 | 101001 | 11110 | 101110 |
Color Harmonies of #998352
Complementary color
Monochromatic Colors of #998352
Black with #998352
Text Example
Text Example
White with #998352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998352; }
p { color: rgb(153,131,82); }
H1.HeaderClassName
{
color: #998352;
}
.AnyTagClassName
{
color: #998352;
}
</style>
background-color css
<style>
a { background-color: #998352; }
a { background-color: rgb(153,131,82); }
div.DivClassName
{
background-color: #998352;
}
.BgClassName
{
background-color: #998352;
}
</style>
border-color css
<style>
span { border-color: #998352; }
span { border-color: rgb(153,131,82); }
td.TdClassName
{
border-color: #998352;
}
.TagClassName
{
border-color: #998352;
}
</style>