Shades of Muesli #9B7D4D
Tints of Muesli #9B7D4D
RGB
CMYK
RGB Variations
Color information
#9B7D4D (or 0x9B7D4D) is known color: Muesli. HEX triplet: 9B, 7D and 4D. RGB value is (155,125,77). Sum of RGB (Red+Green+Blue) = 155+125+77=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D4D is #6482B2. Grayscale: #808080. Windows color (decimal): -6587059 or 5078427. OLE color: 5078427.
HSL color Cylindrical-coordinate representation of color #9B7D4D: hue angle of 36.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7D4D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 77 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.39 |
| HSL | 36.92º | 0.34% | 0.45% | - |
| HSV(B) | 36.92º | 0.5% | 0.61% | - |
| XYZ | 22.19 | 22.17 | 10.13 | - |
| YUV | 128.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 77 | 0 | 0.19 | 0.50 | 0.39 | 36.92 | 0.34 | 0.45 |
| Hex | 9B | 7D | 4D | 0 | 13 | 32 | 27 | 25 | 22 | 2D |
| Octal | 233 | 175 | 115 | 0 | 23 | 62 | 47 | 45 | 42 | 55 |
| Binary | 10011011 | 1111101 | 1001101 | 0 | 10011 | 110010 | 100111 | 100101 | 100010 | 101101 |
Color Harmonies of #9B7D4D
Complementary color
Monochromatic Colors of #9B7D4D
Black with #9B7D4D
Text Example
Text Example
White with #9B7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D4D; }
p { color: rgb(155,125,77); }
H1.HeaderClassName
{
color: #9B7D4D;
}
.AnyTagClassName
{
color: #9B7D4D;
}
</style>
background-color css
<style>
a { background-color: #9B7D4D; }
a { background-color: rgb(155,125,77); }
div.DivClassName
{
background-color: #9B7D4D;
}
.BgClassName
{
background-color: #9B7D4D;
}
</style>
border-color css
<style>
span { border-color: #9B7D4D; }
span { border-color: rgb(155,125,77); }
td.TdClassName
{
border-color: #9B7D4D;
}
.TagClassName
{
border-color: #9B7D4D;
}
</style>