Shades of Muesli #9B7B50
Tints of Muesli #9B7B50
RGB
CMYK
RGB Variations
Color information
#9B7B50 (or 0x9B7B50) is known color: Muesli. HEX triplet: 9B, 7B and 50. RGB value is (155,123,80). Sum of RGB (Red+Green+Blue) = 155+123+80=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B50 is #6484AF. Grayscale: #7F7F7F. Windows color (decimal): -6587568 or 5274523. OLE color: 5274523.
HSL color Cylindrical-coordinate representation of color #9B7B50: hue angle of 34.4º 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 #9B7B50 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 80 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.39 |
| HSL | 34.4º | 0.32% | 0.46% | - |
| HSV(B) | 34.4º | 0.48% | 0.61% | - |
| XYZ | 22.05 | 21.71 | 10.62 | - |
| YUV | 127.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 80 | 0 | 0.21 | 0.48 | 0.39 | 34.4 | 0.32 | 0.46 |
| Hex | 9B | 7B | 50 | 0 | 15 | 30 | 27 | 22 | 20 | 2E |
| Octal | 233 | 173 | 120 | 0 | 25 | 60 | 47 | 42 | 40 | 56 |
| Binary | 10011011 | 1111011 | 1010000 | 0 | 10101 | 110000 | 100111 | 100010 | 100000 | 101110 |
Color Harmonies of #9B7B50
Complementary color
Monochromatic Colors of #9B7B50
Black with #9B7B50
Text Example
Text Example
White with #9B7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B50; }
p { color: rgb(155,123,80); }
H1.HeaderClassName
{
color: #9B7B50;
}
.AnyTagClassName
{
color: #9B7B50;
}
</style>
background-color css
<style>
a { background-color: #9B7B50; }
a { background-color: rgb(155,123,80); }
div.DivClassName
{
background-color: #9B7B50;
}
.BgClassName
{
background-color: #9B7B50;
}
</style>
border-color css
<style>
span { border-color: #9B7B50; }
span { border-color: rgb(155,123,80); }
td.TdClassName
{
border-color: #9B7B50;
}
.TagClassName
{
border-color: #9B7B50;
}
</style>