Shades of Muesli #998349
Tints of Muesli #998349
RGB
CMYK
RGB Variations
Color information
#998349 (or 0x998349) is known color: Muesli. HEX triplet: 99, 83 and 49. RGB value is (153,131,73). Sum of RGB (Red+Green+Blue) = 153+131+73=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #998349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998349 is #667CB6. Grayscale: #838383. Windows color (decimal): -6716599 or 4817817. OLE color: 4817817.
HSL color Cylindrical-coordinate representation of color #998349: hue angle of 43.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #998349 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 73 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.4 |
| HSL | 43.5º | 0.35% | 0.44% | - |
| HSV(B) | 43.5º | 0.52% | 0.6% | - |
| XYZ | 22.46 | 23.49 | 9.65 | - |
| YUV | 130.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 73 | 0 | 0.14 | 0.52 | 0.4 | 43.5 | 0.35 | 0.44 |
| Hex | 99 | 83 | 49 | 0 | E | 34 | 28 | 2C | 23 | 2C |
| Octal | 231 | 203 | 111 | 0 | 16 | 64 | 50 | 54 | 43 | 54 |
| Binary | 10011001 | 10000011 | 1001001 | 0 | 1110 | 110100 | 101000 | 101100 | 100011 | 101100 |
Color Harmonies of #998349
Complementary color
Monochromatic Colors of #998349
Black with #998349
Text Example
Text Example
White with #998349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998349; }
p { color: rgb(153,131,73); }
H1.HeaderClassName
{
color: #998349;
}
.AnyTagClassName
{
color: #998349;
}
</style>
background-color css
<style>
a { background-color: #998349; }
a { background-color: rgb(153,131,73); }
div.DivClassName
{
background-color: #998349;
}
.BgClassName
{
background-color: #998349;
}
</style>
border-color css
<style>
span { border-color: #998349; }
span { border-color: rgb(153,131,73); }
td.TdClassName
{
border-color: #998349;
}
.TagClassName
{
border-color: #998349;
}
</style>