Shades of Muesli #9B8450
Tints of Muesli #9B8450
RGB
CMYK
RGB Variations
Color information
#9B8450 (or 0x9B8450) is known color: Muesli. HEX triplet: 9B, 84 and 50. RGB value is (155,132,80). Sum of RGB (Red+Green+Blue) = 155+132+80=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8450 is #647BAF. Grayscale: #858585. Windows color (decimal): -6585264 or 5276827. OLE color: 5276827.
HSL color Cylindrical-coordinate representation of color #9B8450: hue angle of 41.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B8450 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 80 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.39 |
| HSL | 41.6º | 0.32% | 0.46% | - |
| HSV(B) | 41.6º | 0.48% | 0.61% | - |
| XYZ | 23.22 | 24.05 | 11.01 | - |
| YUV | 132.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 80 | 0 | 0.15 | 0.48 | 0.39 | 41.6 | 0.32 | 0.46 |
| Hex | 9B | 84 | 50 | 0 | F | 30 | 27 | 2A | 20 | 2E |
| Octal | 233 | 204 | 120 | 0 | 17 | 60 | 47 | 52 | 40 | 56 |
| Binary | 10011011 | 10000100 | 1010000 | 0 | 1111 | 110000 | 100111 | 101010 | 100000 | 101110 |
Color Harmonies of #9B8450
Complementary color
Monochromatic Colors of #9B8450
Black with #9B8450
Text Example
Text Example
White with #9B8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8450; }
p { color: rgb(155,132,80); }
H1.HeaderClassName
{
color: #9B8450;
}
.AnyTagClassName
{
color: #9B8450;
}
</style>
background-color css
<style>
a { background-color: #9B8450; }
a { background-color: rgb(155,132,80); }
div.DivClassName
{
background-color: #9B8450;
}
.BgClassName
{
background-color: #9B8450;
}
</style>
border-color css
<style>
span { border-color: #9B8450; }
span { border-color: rgb(155,132,80); }
td.TdClassName
{
border-color: #9B8450;
}
.TagClassName
{
border-color: #9B8450;
}
</style>