Shades of Muesli #9B844D
Tints of Muesli #9B844D
RGB
CMYK
RGB Variations
Color information
#9B844D (or 0x9B844D) is known color: Muesli. HEX triplet: 9B, 84 and 4D. RGB value is (155,132,77). Sum of RGB (Red+Green+Blue) = 155+132+77=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B844D is #647BB2. Grayscale: #848484. Windows color (decimal): -6585267 or 5080219. OLE color: 5080219.
HSL color Cylindrical-coordinate representation of color #9B844D: hue angle of 42.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B844D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 77 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.39 |
| HSL | 42.31º | 0.34% | 0.45% | - |
| HSV(B) | 42.31º | 0.5% | 0.61% | - |
| XYZ | 23.11 | 24.01 | 10.44 | - |
| YUV | 132.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 77 | 0 | 0.15 | 0.50 | 0.39 | 42.31 | 0.34 | 0.45 |
| Hex | 9B | 84 | 4D | 0 | F | 32 | 27 | 2A | 22 | 2D |
| Octal | 233 | 204 | 115 | 0 | 17 | 62 | 47 | 52 | 42 | 55 |
| Binary | 10011011 | 10000100 | 1001101 | 0 | 1111 | 110010 | 100111 | 101010 | 100010 | 101101 |
Color Harmonies of #9B844D
Complementary color
Monochromatic Colors of #9B844D
Black with #9B844D
Text Example
Text Example
White with #9B844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B844D; }
p { color: rgb(155,132,77); }
H1.HeaderClassName
{
color: #9B844D;
}
.AnyTagClassName
{
color: #9B844D;
}
</style>
background-color css
<style>
a { background-color: #9B844D; }
a { background-color: rgb(155,132,77); }
div.DivClassName
{
background-color: #9B844D;
}
.BgClassName
{
background-color: #9B844D;
}
</style>
border-color css
<style>
span { border-color: #9B844D; }
span { border-color: rgb(155,132,77); }
td.TdClassName
{
border-color: #9B844D;
}
.TagClassName
{
border-color: #9B844D;
}
</style>