Shades of Muesli #9B8054
Tints of Muesli #9B8054
RGB
CMYK
RGB Variations
Color information
#9B8054 (or 0x9B8054) is known color: Muesli. HEX triplet: 9B, 80 and 54. RGB value is (155,128,84). Sum of RGB (Red+Green+Blue) = 155+128+84=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8054 is #647FAB. Grayscale: #838383. Windows color (decimal): -6586284 or 5537947. OLE color: 5537947.
HSL color Cylindrical-coordinate representation of color #9B8054: hue angle of 37.18º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B8054 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 84 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.39 |
| HSL | 37.18º | 0.3% | 0.47% | - |
| HSV(B) | 37.18º | 0.46% | 0.61% | - |
| XYZ | 22.84 | 23.05 | 11.63 | - |
| YUV | 131.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 84 | 0 | 0.17 | 0.46 | 0.39 | 37.18 | 0.3 | 0.47 |
| Hex | 9B | 80 | 54 | 0 | 11 | 2E | 27 | 25 | 1E | 2F |
| Octal | 233 | 200 | 124 | 0 | 21 | 56 | 47 | 45 | 36 | 57 |
| Binary | 10011011 | 10000000 | 1010100 | 0 | 10001 | 101110 | 100111 | 100101 | 11110 | 101111 |
Color Harmonies of #9B8054
Complementary color
Monochromatic Colors of #9B8054
Black with #9B8054
Text Example
Text Example
White with #9B8054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8054; }
p { color: rgb(155,128,84); }
H1.HeaderClassName
{
color: #9B8054;
}
.AnyTagClassName
{
color: #9B8054;
}
</style>
background-color css
<style>
a { background-color: #9B8054; }
a { background-color: rgb(155,128,84); }
div.DivClassName
{
background-color: #9B8054;
}
.BgClassName
{
background-color: #9B8054;
}
</style>
border-color css
<style>
span { border-color: #9B8054; }
span { border-color: rgb(155,128,84); }
td.TdClassName
{
border-color: #9B8054;
}
.TagClassName
{
border-color: #9B8054;
}
</style>