Shades of Muesli #998353
Tints of Muesli #998353
RGB
CMYK
RGB Variations
Color information
#998353 (or 0x998353) is known color: Muesli. HEX triplet: 99, 83 and 53. RGB value is (153,131,83). Sum of RGB (Red+Green+Blue) = 153+131+83=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998353 is #667CAC. Grayscale: #848484. Windows color (decimal): -6716589 or 5473177. OLE color: 5473177.
HSL color Cylindrical-coordinate representation of color #998353: hue angle of 41.14º 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 #998353 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 83 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.4 |
| HSL | 41.14º | 0.3% | 0.46% | - |
| HSV(B) | 41.14º | 0.46% | 0.6% | - |
| XYZ | 22.81 | 23.63 | 11.54 | - |
| YUV | 132.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 83 | 0 | 0.14 | 0.46 | 0.4 | 41.14 | 0.3 | 0.46 |
| Hex | 99 | 83 | 53 | 0 | E | 2E | 28 | 29 | 1E | 2E |
| Octal | 231 | 203 | 123 | 0 | 16 | 56 | 50 | 51 | 36 | 56 |
| Binary | 10011001 | 10000011 | 1010011 | 0 | 1110 | 101110 | 101000 | 101001 | 11110 | 101110 |
Color Harmonies of #998353
Complementary color
Monochromatic Colors of #998353
Black with #998353
Text Example
Text Example
White with #998353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998353; }
p { color: rgb(153,131,83); }
H1.HeaderClassName
{
color: #998353;
}
.AnyTagClassName
{
color: #998353;
}
</style>
background-color css
<style>
a { background-color: #998353; }
a { background-color: rgb(153,131,83); }
div.DivClassName
{
background-color: #998353;
}
.BgClassName
{
background-color: #998353;
}
</style>
border-color css
<style>
span { border-color: #998353; }
span { border-color: rgb(153,131,83); }
td.TdClassName
{
border-color: #998353;
}
.TagClassName
{
border-color: #998353;
}
</style>