Shades of Muesli #927D59
Tints of Muesli #927D59
RGB
CMYK
RGB Variations
Color information
#927D59 (or 0x927D59) is known color: Muesli. HEX triplet: 92, 7D and 59. RGB value is (146,125,89). Sum of RGB (Red+Green+Blue) = 146+125+89=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #927D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D59 is #6D82A6. Grayscale: #7F7F7F. Windows color (decimal): -7176871 or 5864850. OLE color: 5864850.
HSL color Cylindrical-coordinate representation of color #927D59: hue angle of 37.89º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927D59 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 89 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.43 |
| HSL | 37.89º | 0.24% | 0.46% | - |
| HSV(B) | 37.89º | 0.39% | 0.57% | - |
| XYZ | 20.99 | 21.5 | 12.49 | - |
| YUV | 127.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 89 | 0 | 0.14 | 0.39 | 0.43 | 37.89 | 0.24 | 0.46 |
| Hex | 92 | 7D | 59 | 0 | E | 27 | 2B | 26 | 18 | 2E |
| Octal | 222 | 175 | 131 | 0 | 16 | 47 | 53 | 46 | 30 | 56 |
| Binary | 10010010 | 1111101 | 1011001 | 0 | 1110 | 100111 | 101011 | 100110 | 11000 | 101110 |
Color Harmonies of #927D59
Complementary color
Monochromatic Colors of #927D59
Black with #927D59
Text Example
Text Example
White with #927D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D59; }
p { color: rgb(146,125,89); }
H1.HeaderClassName
{
color: #927D59;
}
.AnyTagClassName
{
color: #927D59;
}
</style>
background-color css
<style>
a { background-color: #927D59; }
a { background-color: rgb(146,125,89); }
div.DivClassName
{
background-color: #927D59;
}
.BgClassName
{
background-color: #927D59;
}
</style>
border-color css
<style>
span { border-color: #927D59; }
span { border-color: rgb(146,125,89); }
td.TdClassName
{
border-color: #927D59;
}
.TagClassName
{
border-color: #927D59;
}
</style>