Shades of Muesli #957E54
Tints of Muesli #957E54
RGB
CMYK
RGB Variations
Color information
#957E54 (or 0x957E54) is known color: Muesli. HEX triplet: 95, 7E and 54. RGB value is (149,126,84). Sum of RGB (Red+Green+Blue) = 149+126+84=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E54 is #6A81AB. Grayscale: #808080. Windows color (decimal): -6980012 or 5537429. OLE color: 5537429.
HSL color Cylindrical-coordinate representation of color #957E54: hue angle of 38.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #957E54 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 84 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.42 |
| HSL | 38.77º | 0.28% | 0.46% | - |
| HSV(B) | 38.77º | 0.44% | 0.58% | - |
| XYZ | 21.46 | 21.95 | 11.49 | - |
| YUV | 128.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 84 | 0 | 0.15 | 0.44 | 0.42 | 38.77 | 0.28 | 0.46 |
| Hex | 95 | 7E | 54 | 0 | F | 2C | 2A | 27 | 1C | 2E |
| Octal | 225 | 176 | 124 | 0 | 17 | 54 | 52 | 47 | 34 | 56 |
| Binary | 10010101 | 1111110 | 1010100 | 0 | 1111 | 101100 | 101010 | 100111 | 11100 | 101110 |
Color Harmonies of #957E54
Complementary color
Monochromatic Colors of #957E54
Black with #957E54
Text Example
Text Example
White with #957E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E54; }
p { color: rgb(149,126,84); }
H1.HeaderClassName
{
color: #957E54;
}
.AnyTagClassName
{
color: #957E54;
}
</style>
background-color css
<style>
a { background-color: #957E54; }
a { background-color: rgb(149,126,84); }
div.DivClassName
{
background-color: #957E54;
}
.BgClassName
{
background-color: #957E54;
}
</style>
border-color css
<style>
span { border-color: #957E54; }
span { border-color: rgb(149,126,84); }
td.TdClassName
{
border-color: #957E54;
}
.TagClassName
{
border-color: #957E54;
}
</style>