Shades of Muesli #9B7E4C
Tints of Muesli #9B7E4C
RGB
CMYK
RGB Variations
Color information
#9B7E4C (or 0x9B7E4C) is known color: Muesli. HEX triplet: 9B, 7E and 4C. RGB value is (155,126,76). Sum of RGB (Red+Green+Blue) = 155+126+76=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E4C is #6481B3. Grayscale: #818181. Windows color (decimal): -6586804 or 5013147. OLE color: 5013147.
HSL color Cylindrical-coordinate representation of color #9B7E4C: hue angle of 37.97º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B7E4C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 76 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.39 |
| HSL | 37.97º | 0.34% | 0.45% | - |
| HSV(B) | 37.97º | 0.51% | 0.61% | - |
| XYZ | 22.28 | 22.41 | 9.99 | - |
| YUV | 128.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 76 | 0 | 0.19 | 0.51 | 0.39 | 37.97 | 0.34 | 0.45 |
| Hex | 9B | 7E | 4C | 0 | 13 | 33 | 27 | 26 | 22 | 2D |
| Octal | 233 | 176 | 114 | 0 | 23 | 63 | 47 | 46 | 42 | 55 |
| Binary | 10011011 | 1111110 | 1001100 | 0 | 10011 | 110011 | 100111 | 100110 | 100010 | 101101 |
Color Harmonies of #9B7E4C
Complementary color
Monochromatic Colors of #9B7E4C
Black with #9B7E4C
Text Example
Text Example
White with #9B7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E4C; }
p { color: rgb(155,126,76); }
H1.HeaderClassName
{
color: #9B7E4C;
}
.AnyTagClassName
{
color: #9B7E4C;
}
</style>
background-color css
<style>
a { background-color: #9B7E4C; }
a { background-color: rgb(155,126,76); }
div.DivClassName
{
background-color: #9B7E4C;
}
.BgClassName
{
background-color: #9B7E4C;
}
</style>
border-color css
<style>
span { border-color: #9B7E4C; }
span { border-color: rgb(155,126,76); }
td.TdClassName
{
border-color: #9B7E4C;
}
.TagClassName
{
border-color: #9B7E4C;
}
</style>