Shades of Muesli #998452
Tints of Muesli #998452
RGB
CMYK
RGB Variations
Color information
#998452 (or 0x998452) is known color: Muesli. HEX triplet: 99, 84 and 52. RGB value is (153,132,82). Sum of RGB (Red+Green+Blue) = 153+132+82=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998452 is #667BAD. Grayscale: #848484. Windows color (decimal): -6716334 or 5407897. OLE color: 5407897.
HSL color Cylindrical-coordinate representation of color #998452: hue angle of 42.25º 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 #998452 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 82 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.4 |
| HSL | 42.25º | 0.3% | 0.46% | - |
| HSV(B) | 42.25º | 0.46% | 0.6% | - |
| XYZ | 22.91 | 23.88 | 11.39 | - |
| YUV | 132.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 82 | 0 | 0.14 | 0.46 | 0.4 | 42.25 | 0.3 | 0.46 |
| Hex | 99 | 84 | 52 | 0 | E | 2E | 28 | 2A | 1E | 2E |
| Octal | 231 | 204 | 122 | 0 | 16 | 56 | 50 | 52 | 36 | 56 |
| Binary | 10011001 | 10000100 | 1010010 | 0 | 1110 | 101110 | 101000 | 101010 | 11110 | 101110 |
Color Harmonies of #998452
Complementary color
Monochromatic Colors of #998452
Black with #998452
Text Example
Text Example
White with #998452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998452; }
p { color: rgb(153,132,82); }
H1.HeaderClassName
{
color: #998452;
}
.AnyTagClassName
{
color: #998452;
}
</style>
background-color css
<style>
a { background-color: #998452; }
a { background-color: rgb(153,132,82); }
div.DivClassName
{
background-color: #998452;
}
.BgClassName
{
background-color: #998452;
}
</style>
border-color css
<style>
span { border-color: #998452; }
span { border-color: rgb(153,132,82); }
td.TdClassName
{
border-color: #998452;
}
.TagClassName
{
border-color: #998452;
}
</style>