Shades of Muesli #927C4E
Tints of Muesli #927C4E
RGB
CMYK
RGB Variations
Color information
#927C4E (or 0x927C4E) is known color: Muesli. HEX triplet: 92, 7C and 4E. RGB value is (146,124,78). Sum of RGB (Red+Green+Blue) = 146+124+78=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #927C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C4E is #6D83B1. Grayscale: #7D7D7D. Windows color (decimal): -7177138 or 5143698. OLE color: 5143698.
HSL color Cylindrical-coordinate representation of color #927C4E: hue angle of 40.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927C4E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 78 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.43 |
| HSL | 40.59º | 0.3% | 0.44% | - |
| HSV(B) | 40.59º | 0.47% | 0.57% | - |
| XYZ | 20.44 | 21.08 | 10.2 | - |
| YUV | 125.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 78 | 0 | 0.15 | 0.47 | 0.43 | 40.59 | 0.3 | 0.44 |
| Hex | 92 | 7C | 4E | 0 | F | 2F | 2B | 29 | 1E | 2C |
| Octal | 222 | 174 | 116 | 0 | 17 | 57 | 53 | 51 | 36 | 54 |
| Binary | 10010010 | 1111100 | 1001110 | 0 | 1111 | 101111 | 101011 | 101001 | 11110 | 101100 |
Color Harmonies of #927C4E
Complementary color
Monochromatic Colors of #927C4E
Black with #927C4E
Text Example
Text Example
White with #927C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C4E; }
p { color: rgb(146,124,78); }
H1.HeaderClassName
{
color: #927C4E;
}
.AnyTagClassName
{
color: #927C4E;
}
</style>
background-color css
<style>
a { background-color: #927C4E; }
a { background-color: rgb(146,124,78); }
div.DivClassName
{
background-color: #927C4E;
}
.BgClassName
{
background-color: #927C4E;
}
</style>
border-color css
<style>
span { border-color: #927C4E; }
span { border-color: rgb(146,124,78); }
td.TdClassName
{
border-color: #927C4E;
}
.TagClassName
{
border-color: #927C4E;
}
</style>