Shades of Muesli #9B804E
Tints of Muesli #9B804E
RGB
CMYK
RGB Variations
Color information
#9B804E (or 0x9B804E) is known color: Muesli. HEX triplet: 9B, 80 and 4E. RGB value is (155,128,78). Sum of RGB (Red+Green+Blue) = 155+128+78=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B804E is #647FB1. Grayscale: #828282. Windows color (decimal): -6586290 or 5144731. OLE color: 5144731.
HSL color Cylindrical-coordinate representation of color #9B804E: hue angle of 38.96º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B804E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 78 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.39 |
| HSL | 38.96º | 0.33% | 0.46% | - |
| HSV(B) | 38.96º | 0.5% | 0.61% | - |
| XYZ | 22.61 | 22.96 | 10.45 | - |
| YUV | 130.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 78 | 0 | 0.17 | 0.50 | 0.39 | 38.96 | 0.33 | 0.46 |
| Hex | 9B | 80 | 4E | 0 | 11 | 32 | 27 | 27 | 21 | 2E |
| Octal | 233 | 200 | 116 | 0 | 21 | 62 | 47 | 47 | 41 | 56 |
| Binary | 10011011 | 10000000 | 1001110 | 0 | 10001 | 110010 | 100111 | 100111 | 100001 | 101110 |
Color Harmonies of #9B804E
Complementary color
Monochromatic Colors of #9B804E
Black with #9B804E
Text Example
Text Example
White with #9B804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B804E; }
p { color: rgb(155,128,78); }
H1.HeaderClassName
{
color: #9B804E;
}
.AnyTagClassName
{
color: #9B804E;
}
</style>
background-color css
<style>
a { background-color: #9B804E; }
a { background-color: rgb(155,128,78); }
div.DivClassName
{
background-color: #9B804E;
}
.BgClassName
{
background-color: #9B804E;
}
</style>
border-color css
<style>
span { border-color: #9B804E; }
span { border-color: rgb(155,128,78); }
td.TdClassName
{
border-color: #9B804E;
}
.TagClassName
{
border-color: #9B804E;
}
</style>