Shades of Muesli #9A804B
Tints of Muesli #9A804B
RGB
CMYK
RGB Variations
Color information
#9A804B (or 0x9A804B) is known color: Muesli. HEX triplet: 9A, 80 and 4B. RGB value is (154,128,75). Sum of RGB (Red+Green+Blue) = 154+128+75=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A804B is #657FB4. Grayscale: #818181. Windows color (decimal): -6651829 or 4948122. OLE color: 4948122.
HSL color Cylindrical-coordinate representation of color #9A804B: hue angle of 40.25º 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 #9A804B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 75 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.40 |
| HSL | 40.25º | 0.34% | 0.45% | - |
| HSV(B) | 40.25º | 0.51% | 0.6% | - |
| XYZ | 22.32 | 22.82 | 9.88 | - |
| YUV | 129.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 75 | 0 | 0.17 | 0.51 | 0.40 | 40.25 | 0.34 | 0.45 |
| Hex | 9A | 80 | 4B | 0 | 11 | 33 | 28 | 28 | 22 | 2D |
| Octal | 232 | 200 | 113 | 0 | 21 | 63 | 50 | 50 | 42 | 55 |
| Binary | 10011010 | 10000000 | 1001011 | 0 | 10001 | 110011 | 101000 | 101000 | 100010 | 101101 |
Color Harmonies of #9A804B
Complementary color
Monochromatic Colors of #9A804B
Black with #9A804B
Text Example
Text Example
White with #9A804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A804B; }
p { color: rgb(154,128,75); }
H1.HeaderClassName
{
color: #9A804B;
}
.AnyTagClassName
{
color: #9A804B;
}
</style>
background-color css
<style>
a { background-color: #9A804B; }
a { background-color: rgb(154,128,75); }
div.DivClassName
{
background-color: #9A804B;
}
.BgClassName
{
background-color: #9A804B;
}
</style>
border-color css
<style>
span { border-color: #9A804B; }
span { border-color: rgb(154,128,75); }
td.TdClassName
{
border-color: #9A804B;
}
.TagClassName
{
border-color: #9A804B;
}
</style>