Shades of Muesli #927C56
Tints of Muesli #927C56
RGB
CMYK
RGB Variations
Color information
#927C56 (or 0x927C56) is known color: Muesli. HEX triplet: 92, 7C and 56. RGB value is (146,124,86). Sum of RGB (Red+Green+Blue) = 146+124+86=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #927C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C56 is #6D83A9. Grayscale: #7E7E7E. Windows color (decimal): -7177130 or 5667986. OLE color: 5667986.
HSL color Cylindrical-coordinate representation of color #927C56: hue angle of 38º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #927C56 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 86 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.43 |
| HSL | 38º | 0.26% | 0.45% | - |
| HSV(B) | 38º | 0.41% | 0.57% | - |
| XYZ | 20.74 | 21.2 | 11.8 | - |
| YUV | 126.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 86 | 0 | 0.15 | 0.41 | 0.43 | 38 | 0.26 | 0.45 |
| Hex | 92 | 7C | 56 | 0 | F | 29 | 2B | 26 | 1A | 2D |
| Octal | 222 | 174 | 126 | 0 | 17 | 51 | 53 | 46 | 32 | 55 |
| Binary | 10010010 | 1111100 | 1010110 | 0 | 1111 | 101001 | 101011 | 100110 | 11010 | 101101 |
Color Harmonies of #927C56
Complementary color
Monochromatic Colors of #927C56
Black with #927C56
Text Example
Text Example
White with #927C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C56; }
p { color: rgb(146,124,86); }
H1.HeaderClassName
{
color: #927C56;
}
.AnyTagClassName
{
color: #927C56;
}
</style>
background-color css
<style>
a { background-color: #927C56; }
a { background-color: rgb(146,124,86); }
div.DivClassName
{
background-color: #927C56;
}
.BgClassName
{
background-color: #927C56;
}
</style>
border-color css
<style>
span { border-color: #927C56; }
span { border-color: rgb(146,124,86); }
td.TdClassName
{
border-color: #927C56;
}
.TagClassName
{
border-color: #927C56;
}
</style>