Shades of Muesli #927A44
Tints of Muesli #927A44
RGB
CMYK
RGB Variations
Color information
#927A44 (or 0x927A44) is known color: Muesli. HEX triplet: 92, 7A and 44. RGB value is (146,122,68). Sum of RGB (Red+Green+Blue) = 146+122+68=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #927A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A44 is #6D85BB. Grayscale: #7B7B7B. Windows color (decimal): -7177660 or 4487826. OLE color: 4487826.
HSL color Cylindrical-coordinate representation of color #927A44: hue angle of 41.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #927A44 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 68 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.43 |
| HSL | 41.54º | 0.36% | 0.42% | - |
| HSV(B) | 41.54º | 0.53% | 0.57% | - |
| XYZ | 19.86 | 20.45 | 8.37 | - |
| YUV | 123.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 68 | 0 | 0.16 | 0.53 | 0.43 | 41.54 | 0.36 | 0.42 |
| Hex | 92 | 7A | 44 | 0 | 10 | 35 | 2B | 2A | 24 | 2A |
| Octal | 222 | 172 | 104 | 0 | 20 | 65 | 53 | 52 | 44 | 52 |
| Binary | 10010010 | 1111010 | 1000100 | 0 | 10000 | 110101 | 101011 | 101010 | 100100 | 101010 |
Color Harmonies of #927A44
Complementary color
Monochromatic Colors of #927A44
Black with #927A44
Text Example
Text Example
White with #927A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A44; }
p { color: rgb(146,122,68); }
H1.HeaderClassName
{
color: #927A44;
}
.AnyTagClassName
{
color: #927A44;
}
</style>
background-color css
<style>
a { background-color: #927A44; }
a { background-color: rgb(146,122,68); }
div.DivClassName
{
background-color: #927A44;
}
.BgClassName
{
background-color: #927A44;
}
</style>
border-color css
<style>
span { border-color: #927A44; }
span { border-color: rgb(146,122,68); }
td.TdClassName
{
border-color: #927A44;
}
.TagClassName
{
border-color: #927A44;
}
</style>