Shades of Muesli #957A51
Tints of Muesli #957A51
RGB
CMYK
RGB Variations
Color information
#957A51 (or 0x957A51) is known color: Muesli. HEX triplet: 95, 7A and 51. RGB value is (149,122,81). Sum of RGB (Red+Green+Blue) = 149+122+81=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A51 is #6A85AE. Grayscale: #7D7D7D. Windows color (decimal): -6981039 or 5339797. OLE color: 5339797.
HSL color Cylindrical-coordinate representation of color #957A51: hue angle of 36.18º 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 #957A51 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 81 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.42 |
| HSL | 36.18º | 0.3% | 0.45% | - |
| HSV(B) | 36.18º | 0.46% | 0.58% | - |
| XYZ | 20.84 | 20.9 | 10.72 | - |
| YUV | 125.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 81 | 0 | 0.18 | 0.46 | 0.42 | 36.18 | 0.3 | 0.45 |
| Hex | 95 | 7A | 51 | 0 | 12 | 2E | 2A | 24 | 1E | 2D |
| Octal | 225 | 172 | 121 | 0 | 22 | 56 | 52 | 44 | 36 | 55 |
| Binary | 10010101 | 1111010 | 1010001 | 0 | 10010 | 101110 | 101010 | 100100 | 11110 | 101101 |
Color Harmonies of #957A51
Complementary color
Monochromatic Colors of #957A51
Black with #957A51
Text Example
Text Example
White with #957A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A51; }
p { color: rgb(149,122,81); }
H1.HeaderClassName
{
color: #957A51;
}
.AnyTagClassName
{
color: #957A51;
}
</style>
background-color css
<style>
a { background-color: #957A51; }
a { background-color: rgb(149,122,81); }
div.DivClassName
{
background-color: #957A51;
}
.BgClassName
{
background-color: #957A51;
}
</style>
border-color css
<style>
span { border-color: #957A51; }
span { border-color: rgb(149,122,81); }
td.TdClassName
{
border-color: #957A51;
}
.TagClassName
{
border-color: #957A51;
}
</style>