Shades of Muesli #927C4C
Tints of Muesli #927C4C
RGB
CMYK
RGB Variations
Color information
#927C4C (or 0x927C4C) is known color: Muesli. HEX triplet: 92, 7C and 4C. RGB value is (146,124,76). Sum of RGB (Red+Green+Blue) = 146+124+76=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C4C is #6D83B3. Grayscale: #7D7D7D. Windows color (decimal): -7177140 or 5012626. OLE color: 5012626.
HSL color Cylindrical-coordinate representation of color #927C4C: hue angle of 41.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927C4C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 76 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.43 |
| HSL | 41.14º | 0.32% | 0.44% | - |
| HSV(B) | 41.14º | 0.48% | 0.57% | - |
| XYZ | 20.37 | 21.05 | 9.83 | - |
| YUV | 125.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 76 | 0 | 0.15 | 0.48 | 0.43 | 41.14 | 0.32 | 0.44 |
| Hex | 92 | 7C | 4C | 0 | F | 30 | 2B | 29 | 20 | 2C |
| Octal | 222 | 174 | 114 | 0 | 17 | 60 | 53 | 51 | 40 | 54 |
| Binary | 10010010 | 1111100 | 1001100 | 0 | 1111 | 110000 | 101011 | 101001 | 100000 | 101100 |
Color Harmonies of #927C4C
Complementary color
Monochromatic Colors of #927C4C
Black with #927C4C
Text Example
Text Example
White with #927C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C4C; }
p { color: rgb(146,124,76); }
H1.HeaderClassName
{
color: #927C4C;
}
.AnyTagClassName
{
color: #927C4C;
}
</style>
background-color css
<style>
a { background-color: #927C4C; }
a { background-color: rgb(146,124,76); }
div.DivClassName
{
background-color: #927C4C;
}
.BgClassName
{
background-color: #927C4C;
}
</style>
border-color css
<style>
span { border-color: #927C4C; }
span { border-color: rgb(146,124,76); }
td.TdClassName
{
border-color: #927C4C;
}
.TagClassName
{
border-color: #927C4C;
}
</style>