Shades of Muesli #927A49
Tints of Muesli #927A49
RGB
CMYK
RGB Variations
Color information
#927A49 (or 0x927A49) is known color: Muesli. HEX triplet: 92, 7A and 49. RGB value is (146,122,73). Sum of RGB (Red+Green+Blue) = 146+122+73=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #927A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A49 is #6D85B6. Grayscale: #7B7B7B. Windows color (decimal): -7177655 or 4815506. OLE color: 4815506.
HSL color Cylindrical-coordinate representation of color #927A49: hue angle of 40.27º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927A49 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 73 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.43 |
| HSL | 40.27º | 0.33% | 0.43% | - |
| HSV(B) | 40.27º | 0.5% | 0.57% | - |
| XYZ | 20.02 | 20.51 | 9.21 | - |
| YUV | 123.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 73 | 0 | 0.16 | 0.5 | 0.43 | 40.27 | 0.33 | 0.43 |
| Hex | 92 | 7A | 49 | 0 | 10 | 32 | 2B | 28 | 21 | 2B |
| Octal | 222 | 172 | 111 | 0 | 20 | 62 | 53 | 50 | 41 | 53 |
| Binary | 10010010 | 1111010 | 1001001 | 0 | 10000 | 110010 | 101011 | 101000 | 100001 | 101011 |
Color Harmonies of #927A49
Complementary color
Monochromatic Colors of #927A49
Black with #927A49
Text Example
Text Example
White with #927A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A49; }
p { color: rgb(146,122,73); }
H1.HeaderClassName
{
color: #927A49;
}
.AnyTagClassName
{
color: #927A49;
}
</style>
background-color css
<style>
a { background-color: #927A49; }
a { background-color: rgb(146,122,73); }
div.DivClassName
{
background-color: #927A49;
}
.BgClassName
{
background-color: #927A49;
}
</style>
border-color css
<style>
span { border-color: #927A49; }
span { border-color: rgb(146,122,73); }
td.TdClassName
{
border-color: #927A49;
}
.TagClassName
{
border-color: #927A49;
}
</style>