Shades of Muesli #957F52
Tints of Muesli #957F52
RGB
CMYK
RGB Variations
Color information
#957F52 (or 0x957F52) is known color: Muesli. HEX triplet: 95, 7F and 52. RGB value is (149,127,82). Sum of RGB (Red+Green+Blue) = 149+127+82=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #957F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F52 is #6A80AD. Grayscale: #808080. Windows color (decimal): -6979758 or 5406613. OLE color: 5406613.
HSL color Cylindrical-coordinate representation of color #957F52: hue angle of 40.3º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957F52 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 82 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.42 |
| HSL | 40.3º | 0.29% | 0.45% | - |
| HSV(B) | 40.3º | 0.45% | 0.58% | - |
| XYZ | 21.51 | 22.18 | 11.13 | - |
| YUV | 128.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 82 | 0 | 0.15 | 0.45 | 0.42 | 40.3 | 0.29 | 0.45 |
| Hex | 95 | 7F | 52 | 0 | F | 2D | 2A | 28 | 1D | 2D |
| Octal | 225 | 177 | 122 | 0 | 17 | 55 | 52 | 50 | 35 | 55 |
| Binary | 10010101 | 1111111 | 1010010 | 0 | 1111 | 101101 | 101010 | 101000 | 11101 | 101101 |
Color Harmonies of #957F52
Complementary color
Monochromatic Colors of #957F52
Black with #957F52
Text Example
Text Example
White with #957F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F52; }
p { color: rgb(149,127,82); }
H1.HeaderClassName
{
color: #957F52;
}
.AnyTagClassName
{
color: #957F52;
}
</style>
background-color css
<style>
a { background-color: #957F52; }
a { background-color: rgb(149,127,82); }
div.DivClassName
{
background-color: #957F52;
}
.BgClassName
{
background-color: #957F52;
}
</style>
border-color css
<style>
span { border-color: #957F52; }
span { border-color: rgb(149,127,82); }
td.TdClassName
{
border-color: #957F52;
}
.TagClassName
{
border-color: #957F52;
}
</style>