Shades of Muesli #998450
Tints of Muesli #998450
RGB
CMYK
RGB Variations
Color information
#998450 (or 0x998450) is known color: Muesli. HEX triplet: 99, 84 and 50. RGB value is (153,132,80). Sum of RGB (Red+Green+Blue) = 153+132+80=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998450 is #667BAF. Grayscale: #848484. Windows color (decimal): -6716336 or 5276825. OLE color: 5276825.
HSL color Cylindrical-coordinate representation of color #998450: hue angle of 42.74º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #998450 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 80 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.4 |
| HSL | 42.74º | 0.31% | 0.46% | - |
| HSV(B) | 42.74º | 0.48% | 0.6% | - |
| XYZ | 22.84 | 23.85 | 10.99 | - |
| YUV | 132.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 80 | 0 | 0.14 | 0.48 | 0.4 | 42.74 | 0.31 | 0.46 |
| Hex | 99 | 84 | 50 | 0 | E | 30 | 28 | 2B | 1F | 2E |
| Octal | 231 | 204 | 120 | 0 | 16 | 60 | 50 | 53 | 37 | 56 |
| Binary | 10011001 | 10000100 | 1010000 | 0 | 1110 | 110000 | 101000 | 101011 | 11111 | 101110 |
Color Harmonies of #998450
Complementary color
Monochromatic Colors of #998450
Black with #998450
Text Example
Text Example
White with #998450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998450; }
p { color: rgb(153,132,80); }
H1.HeaderClassName
{
color: #998450;
}
.AnyTagClassName
{
color: #998450;
}
</style>
background-color css
<style>
a { background-color: #998450; }
a { background-color: rgb(153,132,80); }
div.DivClassName
{
background-color: #998450;
}
.BgClassName
{
background-color: #998450;
}
</style>
border-color css
<style>
span { border-color: #998450; }
span { border-color: rgb(153,132,80); }
td.TdClassName
{
border-color: #998450;
}
.TagClassName
{
border-color: #998450;
}
</style>