Shades of Muesli #957F50
Tints of Muesli #957F50
RGB
CMYK
RGB Variations
Color information
#957F50 (or 0x957F50) is known color: Muesli. HEX triplet: 95, 7F and 50. RGB value is (149,127,80). Sum of RGB (Red+Green+Blue) = 149+127+80=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #957F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F50 is #6A80AF. Grayscale: #808080. Windows color (decimal): -6979760 or 5275541. OLE color: 5275541.
HSL color Cylindrical-coordinate representation of color #957F50: hue angle of 40.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #957F50 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 80 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.42 |
| HSL | 40.87º | 0.3% | 0.45% | - |
| HSV(B) | 40.87º | 0.46% | 0.58% | - |
| XYZ | 21.43 | 22.15 | 10.73 | - |
| YUV | 128.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 80 | 0 | 0.15 | 0.46 | 0.42 | 40.87 | 0.3 | 0.45 |
| Hex | 95 | 7F | 50 | 0 | F | 2E | 2A | 29 | 1E | 2D |
| Octal | 225 | 177 | 120 | 0 | 17 | 56 | 52 | 51 | 36 | 55 |
| Binary | 10010101 | 1111111 | 1010000 | 0 | 1111 | 101110 | 101010 | 101001 | 11110 | 101101 |
Color Harmonies of #957F50
Complementary color
Monochromatic Colors of #957F50
Black with #957F50
Text Example
Text Example
White with #957F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F50; }
p { color: rgb(149,127,80); }
H1.HeaderClassName
{
color: #957F50;
}
.AnyTagClassName
{
color: #957F50;
}
</style>
background-color css
<style>
a { background-color: #957F50; }
a { background-color: rgb(149,127,80); }
div.DivClassName
{
background-color: #957F50;
}
.BgClassName
{
background-color: #957F50;
}
</style>
border-color css
<style>
span { border-color: #957F50; }
span { border-color: rgb(149,127,80); }
td.TdClassName
{
border-color: #957F50;
}
.TagClassName
{
border-color: #957F50;
}
</style>