Shades of Muesli #9A894D
Tints of Muesli #9A894D
RGB
CMYK
RGB Variations
Color information
#9A894D (or 0x9A894D) is known color: Muesli. HEX triplet: 9A, 89 and 4D. RGB value is (154,137,77). Sum of RGB (Red+Green+Blue) = 154+137+77=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A894D is #6576B2. Grayscale: #878787. Windows color (decimal): -6649523 or 5081498. OLE color: 5081498.
HSL color Cylindrical-coordinate representation of color #9A894D: hue angle of 46.75º 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 #9A894D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 77 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.40 |
| HSL | 46.75º | 0.33% | 0.45% | - |
| HSV(B) | 46.75º | 0.5% | 0.6% | - |
| XYZ | 23.61 | 25.3 | 10.66 | - |
| YUV | 135.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 77 | 0 | 0.11 | 0.50 | 0.40 | 46.75 | 0.33 | 0.45 |
| Hex | 9A | 89 | 4D | 0 | B | 32 | 28 | 2F | 21 | 2D |
| Octal | 232 | 211 | 115 | 0 | 13 | 62 | 50 | 57 | 41 | 55 |
| Binary | 10011010 | 10001001 | 1001101 | 0 | 1011 | 110010 | 101000 | 101111 | 100001 | 101101 |
Color Harmonies of #9A894D
Complementary color
Monochromatic Colors of #9A894D
Black with #9A894D
Text Example
Text Example
White with #9A894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A894D; }
p { color: rgb(154,137,77); }
H1.HeaderClassName
{
color: #9A894D;
}
.AnyTagClassName
{
color: #9A894D;
}
</style>
background-color css
<style>
a { background-color: #9A894D; }
a { background-color: rgb(154,137,77); }
div.DivClassName
{
background-color: #9A894D;
}
.BgClassName
{
background-color: #9A894D;
}
</style>
border-color css
<style>
span { border-color: #9A894D; }
span { border-color: rgb(154,137,77); }
td.TdClassName
{
border-color: #9A894D;
}
.TagClassName
{
border-color: #9A894D;
}
</style>