Shades of Muesli #9B824C
Tints of Muesli #9B824C
RGB
CMYK
RGB Variations
Color information
#9B824C (or 0x9B824C) is known color: Muesli. HEX triplet: 9B, 82 and 4C. RGB value is (155,130,76). Sum of RGB (Red+Green+Blue) = 155+130+76=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B824C is #647DB3. Grayscale: #838383. Windows color (decimal): -6585780 or 5014171. OLE color: 5014171.
HSL color Cylindrical-coordinate representation of color #9B824C: hue angle of 41.01º 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 #9B824C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 76 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.39 |
| HSL | 41.01º | 0.34% | 0.45% | - |
| HSV(B) | 41.01º | 0.51% | 0.61% | - |
| XYZ | 22.8 | 23.46 | 10.16 | - |
| YUV | 131.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 76 | 0 | 0.16 | 0.51 | 0.39 | 41.01 | 0.34 | 0.45 |
| Hex | 9B | 82 | 4C | 0 | 10 | 33 | 27 | 29 | 22 | 2D |
| Octal | 233 | 202 | 114 | 0 | 20 | 63 | 47 | 51 | 42 | 55 |
| Binary | 10011011 | 10000010 | 1001100 | 0 | 10000 | 110011 | 100111 | 101001 | 100010 | 101101 |
Color Harmonies of #9B824C
Complementary color
Monochromatic Colors of #9B824C
Black with #9B824C
Text Example
Text Example
White with #9B824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B824C; }
p { color: rgb(155,130,76); }
H1.HeaderClassName
{
color: #9B824C;
}
.AnyTagClassName
{
color: #9B824C;
}
</style>
background-color css
<style>
a { background-color: #9B824C; }
a { background-color: rgb(155,130,76); }
div.DivClassName
{
background-color: #9B824C;
}
.BgClassName
{
background-color: #9B824C;
}
</style>
border-color css
<style>
span { border-color: #9B824C; }
span { border-color: rgb(155,130,76); }
td.TdClassName
{
border-color: #9B824C;
}
.TagClassName
{
border-color: #9B824C;
}
</style>