Shades of Muesli #9B7D4C
Tints of Muesli #9B7D4C
RGB
CMYK
RGB Variations
Color information
#9B7D4C (or 0x9B7D4C) is known color: Muesli. HEX triplet: 9B, 7D and 4C. RGB value is (155,125,76). Sum of RGB (Red+Green+Blue) = 155+125+76=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D4C is #6482B3. Grayscale: #808080. Windows color (decimal): -6587060 or 5012891. OLE color: 5012891.
HSL color Cylindrical-coordinate representation of color #9B7D4C: hue angle of 37.22º 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 #9B7D4C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 76 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.39 |
| HSL | 37.22º | 0.34% | 0.45% | - |
| HSV(B) | 37.22º | 0.51% | 0.61% | - |
| XYZ | 22.16 | 22.16 | 9.95 | - |
| YUV | 128.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 76 | 0 | 0.19 | 0.51 | 0.39 | 37.22 | 0.34 | 0.45 |
| Hex | 9B | 7D | 4C | 0 | 13 | 33 | 27 | 25 | 22 | 2D |
| Octal | 233 | 175 | 114 | 0 | 23 | 63 | 47 | 45 | 42 | 55 |
| Binary | 10011011 | 1111101 | 1001100 | 0 | 10011 | 110011 | 100111 | 100101 | 100010 | 101101 |
Color Harmonies of #9B7D4C
Complementary color
Monochromatic Colors of #9B7D4C
Black with #9B7D4C
Text Example
Text Example
White with #9B7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D4C; }
p { color: rgb(155,125,76); }
H1.HeaderClassName
{
color: #9B7D4C;
}
.AnyTagClassName
{
color: #9B7D4C;
}
</style>
background-color css
<style>
a { background-color: #9B7D4C; }
a { background-color: rgb(155,125,76); }
div.DivClassName
{
background-color: #9B7D4C;
}
.BgClassName
{
background-color: #9B7D4C;
}
</style>
border-color css
<style>
span { border-color: #9B7D4C; }
span { border-color: rgb(155,125,76); }
td.TdClassName
{
border-color: #9B7D4C;
}
.TagClassName
{
border-color: #9B7D4C;
}
</style>