Shades of Muesli #957F5A
Tints of Muesli #957F5A
RGB
CMYK
RGB Variations
Color information
#957F5A (or 0x957F5A) is known color: Muesli. HEX triplet: 95, 7F and 5A. RGB value is (149,127,90). Sum of RGB (Red+Green+Blue) = 149+127+90=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F5A is #6A80A5. Grayscale: #818181. Windows color (decimal): -6979750 or 5930901. OLE color: 5930901.
HSL color Cylindrical-coordinate representation of color #957F5A: hue angle of 37.63º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957F5A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 90 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.42 |
| HSL | 37.63º | 0.25% | 0.47% | - |
| HSV(B) | 37.63º | 0.4% | 0.58% | - |
| XYZ | 21.83 | 22.31 | 12.83 | - |
| YUV | 129.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 90 | 0 | 0.15 | 0.40 | 0.42 | 37.63 | 0.25 | 0.47 |
| Hex | 95 | 7F | 5A | 0 | F | 28 | 2A | 26 | 19 | 2F |
| Octal | 225 | 177 | 132 | 0 | 17 | 50 | 52 | 46 | 31 | 57 |
| Binary | 10010101 | 1111111 | 1011010 | 0 | 1111 | 101000 | 101010 | 100110 | 11001 | 101111 |
Color Harmonies of #957F5A
Complementary color
Monochromatic Colors of #957F5A
Black with #957F5A
Text Example
Text Example
White with #957F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F5A; }
p { color: rgb(149,127,90); }
H1.HeaderClassName
{
color: #957F5A;
}
.AnyTagClassName
{
color: #957F5A;
}
</style>
background-color css
<style>
a { background-color: #957F5A; }
a { background-color: rgb(149,127,90); }
div.DivClassName
{
background-color: #957F5A;
}
.BgClassName
{
background-color: #957F5A;
}
</style>
border-color css
<style>
span { border-color: #957F5A; }
span { border-color: rgb(149,127,90); }
td.TdClassName
{
border-color: #957F5A;
}
.TagClassName
{
border-color: #957F5A;
}
</style>