Shades of Muesli #99884D
Tints of Muesli #99884D
RGB
CMYK
RGB Variations
Color information
#99884D (or 0x99884D) is known color: Muesli. HEX triplet: 99, 88 and 4D. RGB value is (153,136,77). Sum of RGB (Red+Green+Blue) = 153+136+77=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99884D is #6677B2. Grayscale: #868686. Windows color (decimal): -6715315 or 5081241. OLE color: 5081241.
HSL color Cylindrical-coordinate representation of color #99884D: hue angle of 46.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99884D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 77 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.4 |
| HSL | 46.58º | 0.33% | 0.45% | - |
| HSV(B) | 46.58º | 0.5% | 0.6% | - |
| XYZ | 23.28 | 24.92 | 10.6 | - |
| YUV | 134.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 77 | 0 | 0.11 | 0.50 | 0.4 | 46.58 | 0.33 | 0.45 |
| Hex | 99 | 88 | 4D | 0 | B | 32 | 28 | 2F | 21 | 2D |
| Octal | 231 | 210 | 115 | 0 | 13 | 62 | 50 | 57 | 41 | 55 |
| Binary | 10011001 | 10001000 | 1001101 | 0 | 1011 | 110010 | 101000 | 101111 | 100001 | 101101 |
Color Harmonies of #99884D
Complementary color
Monochromatic Colors of #99884D
Black with #99884D
Text Example
Text Example
White with #99884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99884D; }
p { color: rgb(153,136,77); }
H1.HeaderClassName
{
color: #99884D;
}
.AnyTagClassName
{
color: #99884D;
}
</style>
background-color css
<style>
a { background-color: #99884D; }
a { background-color: rgb(153,136,77); }
div.DivClassName
{
background-color: #99884D;
}
.BgClassName
{
background-color: #99884D;
}
</style>
border-color css
<style>
span { border-color: #99884D; }
span { border-color: rgb(153,136,77); }
td.TdClassName
{
border-color: #99884D;
}
.TagClassName
{
border-color: #99884D;
}
</style>