Shades of Muesli #957E4E
Tints of Muesli #957E4E
RGB
CMYK
RGB Variations
Color information
#957E4E (or 0x957E4E) is known color: Muesli. HEX triplet: 95, 7E and 4E. RGB value is (149,126,78). Sum of RGB (Red+Green+Blue) = 149+126+78=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E4E is #6A81B1. Grayscale: #7F7F7F. Windows color (decimal): -6980018 or 5144213. OLE color: 5144213.
HSL color Cylindrical-coordinate representation of color #957E4E: hue angle of 40.56º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957E4E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 78 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.42 |
| HSL | 40.56º | 0.31% | 0.45% | - |
| HSV(B) | 40.56º | 0.48% | 0.58% | - |
| XYZ | 21.23 | 21.86 | 10.31 | - |
| YUV | 127.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 78 | 0 | 0.15 | 0.48 | 0.42 | 40.56 | 0.31 | 0.45 |
| Hex | 95 | 7E | 4E | 0 | F | 30 | 2A | 29 | 1F | 2D |
| Octal | 225 | 176 | 116 | 0 | 17 | 60 | 52 | 51 | 37 | 55 |
| Binary | 10010101 | 1111110 | 1001110 | 0 | 1111 | 110000 | 101010 | 101001 | 11111 | 101101 |
Color Harmonies of #957E4E
Complementary color
Monochromatic Colors of #957E4E
Black with #957E4E
Text Example
Text Example
White with #957E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E4E; }
p { color: rgb(149,126,78); }
H1.HeaderClassName
{
color: #957E4E;
}
.AnyTagClassName
{
color: #957E4E;
}
</style>
background-color css
<style>
a { background-color: #957E4E; }
a { background-color: rgb(149,126,78); }
div.DivClassName
{
background-color: #957E4E;
}
.BgClassName
{
background-color: #957E4E;
}
</style>
border-color css
<style>
span { border-color: #957E4E; }
span { border-color: rgb(149,126,78); }
td.TdClassName
{
border-color: #957E4E;
}
.TagClassName
{
border-color: #957E4E;
}
</style>