Shades of Muesli #927C51
Tints of Muesli #927C51
RGB
CMYK
RGB Variations
Color information
#927C51 (or 0x927C51) is known color: Muesli. HEX triplet: 92, 7C and 51. RGB value is (146,124,81). Sum of RGB (Red+Green+Blue) = 146+124+81=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #927C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C51 is #6D83AE. Grayscale: #7D7D7D. Windows color (decimal): -7177135 or 5340306. OLE color: 5340306.
HSL color Cylindrical-coordinate representation of color #927C51: hue angle of 39.69º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #927C51 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 81 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.43 |
| HSL | 39.69º | 0.29% | 0.45% | - |
| HSV(B) | 39.69º | 0.45% | 0.57% | - |
| XYZ | 20.55 | 21.12 | 10.78 | - |
| YUV | 125.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 81 | 0 | 0.15 | 0.45 | 0.43 | 39.69 | 0.29 | 0.45 |
| Hex | 92 | 7C | 51 | 0 | F | 2D | 2B | 28 | 1D | 2D |
| Octal | 222 | 174 | 121 | 0 | 17 | 55 | 53 | 50 | 35 | 55 |
| Binary | 10010010 | 1111100 | 1010001 | 0 | 1111 | 101101 | 101011 | 101000 | 11101 | 101101 |
Color Harmonies of #927C51
Complementary color
Monochromatic Colors of #927C51
Black with #927C51
Text Example
Text Example
White with #927C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C51; }
p { color: rgb(146,124,81); }
H1.HeaderClassName
{
color: #927C51;
}
.AnyTagClassName
{
color: #927C51;
}
</style>
background-color css
<style>
a { background-color: #927C51; }
a { background-color: rgb(146,124,81); }
div.DivClassName
{
background-color: #927C51;
}
.BgClassName
{
background-color: #927C51;
}
</style>
border-color css
<style>
span { border-color: #927C51; }
span { border-color: rgb(146,124,81); }
td.TdClassName
{
border-color: #927C51;
}
.TagClassName
{
border-color: #927C51;
}
</style>