Shades of Muesli #9A884B
Tints of Muesli #9A884B
RGB
CMYK
RGB Variations
Color information
#9A884B (or 0x9A884B) is known color: Muesli. HEX triplet: 9A, 88 and 4B. RGB value is (154,136,75). Sum of RGB (Red+Green+Blue) = 154+136+75=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A884B is #6577B4. Grayscale: #868686. Windows color (decimal): -6649781 or 4950170. OLE color: 4950170.
HSL color Cylindrical-coordinate representation of color #9A884B: hue angle of 46.33º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A884B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 75 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.40 |
| HSL | 46.33º | 0.34% | 0.45% | - |
| HSV(B) | 46.33º | 0.51% | 0.6% | - |
| XYZ | 23.4 | 24.99 | 10.25 | - |
| YUV | 134.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 75 | 0 | 0.12 | 0.51 | 0.40 | 46.33 | 0.34 | 0.45 |
| Hex | 9A | 88 | 4B | 0 | C | 33 | 28 | 2E | 22 | 2D |
| Octal | 232 | 210 | 113 | 0 | 14 | 63 | 50 | 56 | 42 | 55 |
| Binary | 10011010 | 10001000 | 1001011 | 0 | 1100 | 110011 | 101000 | 101110 | 100010 | 101101 |
Color Harmonies of #9A884B
Complementary color
Monochromatic Colors of #9A884B
Black with #9A884B
Text Example
Text Example
White with #9A884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A884B; }
p { color: rgb(154,136,75); }
H1.HeaderClassName
{
color: #9A884B;
}
.AnyTagClassName
{
color: #9A884B;
}
</style>
background-color css
<style>
a { background-color: #9A884B; }
a { background-color: rgb(154,136,75); }
div.DivClassName
{
background-color: #9A884B;
}
.BgClassName
{
background-color: #9A884B;
}
</style>
border-color css
<style>
span { border-color: #9A884B; }
span { border-color: rgb(154,136,75); }
td.TdClassName
{
border-color: #9A884B;
}
.TagClassName
{
border-color: #9A884B;
}
</style>