Shades of Muesli #998852
Tints of Muesli #998852
RGB
CMYK
RGB Variations
Color information
#998852 (or 0x998852) is known color: Muesli. HEX triplet: 99, 88 and 52. RGB value is (153,136,82). Sum of RGB (Red+Green+Blue) = 153+136+82=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998852 is #6677AD. Grayscale: #878787. Windows color (decimal): -6715310 or 5408921. OLE color: 5408921.
HSL color Cylindrical-coordinate representation of color #998852: hue angle of 45.63º 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 #998852 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 82 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.4 |
| HSL | 45.63º | 0.3% | 0.46% | - |
| HSV(B) | 45.63º | 0.46% | 0.6% | - |
| XYZ | 23.46 | 24.99 | 11.57 | - |
| YUV | 134.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 82 | 0 | 0.11 | 0.46 | 0.4 | 45.63 | 0.3 | 0.46 |
| Hex | 99 | 88 | 52 | 0 | B | 2E | 28 | 2E | 1E | 2E |
| Octal | 231 | 210 | 122 | 0 | 13 | 56 | 50 | 56 | 36 | 56 |
| Binary | 10011001 | 10001000 | 1010010 | 0 | 1011 | 101110 | 101000 | 101110 | 11110 | 101110 |
Color Harmonies of #998852
Complementary color
Monochromatic Colors of #998852
Black with #998852
Text Example
Text Example
White with #998852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998852; }
p { color: rgb(153,136,82); }
H1.HeaderClassName
{
color: #998852;
}
.AnyTagClassName
{
color: #998852;
}
</style>
background-color css
<style>
a { background-color: #998852; }
a { background-color: rgb(153,136,82); }
div.DivClassName
{
background-color: #998852;
}
.BgClassName
{
background-color: #998852;
}
</style>
border-color css
<style>
span { border-color: #998852; }
span { border-color: rgb(153,136,82); }
td.TdClassName
{
border-color: #998852;
}
.TagClassName
{
border-color: #998852;
}
</style>