Shades of Muesli #927C48
Tints of Muesli #927C48
RGB
CMYK
RGB Variations
Color information
#927C48 (or 0x927C48) is known color: Muesli. HEX triplet: 92, 7C and 48. RGB value is (146,124,72). Sum of RGB (Red+Green+Blue) = 146+124+72=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #927C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C48 is #6D83B7. Grayscale: #7C7C7C. Windows color (decimal): -7177144 or 4750482. OLE color: 4750482.
HSL color Cylindrical-coordinate representation of color #927C48: hue angle of 42.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #927C48 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 72 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.43 |
| HSL | 42.16º | 0.34% | 0.43% | - |
| HSV(B) | 42.16º | 0.51% | 0.57% | - |
| XYZ | 20.23 | 20.99 | 9.12 | - |
| YUV | 124.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 72 | 0 | 0.15 | 0.51 | 0.43 | 42.16 | 0.34 | 0.43 |
| Hex | 92 | 7C | 48 | 0 | F | 33 | 2B | 2A | 22 | 2B |
| Octal | 222 | 174 | 110 | 0 | 17 | 63 | 53 | 52 | 42 | 53 |
| Binary | 10010010 | 1111100 | 1001000 | 0 | 1111 | 110011 | 101011 | 101010 | 100010 | 101011 |
Color Harmonies of #927C48
Complementary color
Monochromatic Colors of #927C48
Black with #927C48
Text Example
Text Example
White with #927C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C48; }
p { color: rgb(146,124,72); }
H1.HeaderClassName
{
color: #927C48;
}
.AnyTagClassName
{
color: #927C48;
}
</style>
background-color css
<style>
a { background-color: #927C48; }
a { background-color: rgb(146,124,72); }
div.DivClassName
{
background-color: #927C48;
}
.BgClassName
{
background-color: #927C48;
}
</style>
border-color css
<style>
span { border-color: #927C48; }
span { border-color: rgb(146,124,72); }
td.TdClassName
{
border-color: #927C48;
}
.TagClassName
{
border-color: #927C48;
}
</style>