Shades of Muesli #957A4E
Tints of Muesli #957A4E
RGB
CMYK
RGB Variations
Color information
#957A4E (or 0x957A4E) is known color: Muesli. HEX triplet: 95, 7A and 4E. RGB value is (149,122,78). Sum of RGB (Red+Green+Blue) = 149+122+78=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #957A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A4E is #6A85B1. Grayscale: #7D7D7D. Windows color (decimal): -6981042 or 5143189. OLE color: 5143189.
HSL color Cylindrical-coordinate representation of color #957A4E: hue angle of 37.18º 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 #957A4E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 78 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.42 |
| HSL | 37.18º | 0.31% | 0.45% | - |
| HSV(B) | 37.18º | 0.48% | 0.58% | - |
| XYZ | 20.73 | 20.86 | 10.14 | - |
| YUV | 125.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 78 | 0 | 0.18 | 0.48 | 0.42 | 37.18 | 0.31 | 0.45 |
| Hex | 95 | 7A | 4E | 0 | 12 | 30 | 2A | 25 | 1F | 2D |
| Octal | 225 | 172 | 116 | 0 | 22 | 60 | 52 | 45 | 37 | 55 |
| Binary | 10010101 | 1111010 | 1001110 | 0 | 10010 | 110000 | 101010 | 100101 | 11111 | 101101 |
Color Harmonies of #957A4E
Complementary color
Monochromatic Colors of #957A4E
Black with #957A4E
Text Example
Text Example
White with #957A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A4E; }
p { color: rgb(149,122,78); }
H1.HeaderClassName
{
color: #957A4E;
}
.AnyTagClassName
{
color: #957A4E;
}
</style>
background-color css
<style>
a { background-color: #957A4E; }
a { background-color: rgb(149,122,78); }
div.DivClassName
{
background-color: #957A4E;
}
.BgClassName
{
background-color: #957A4E;
}
</style>
border-color css
<style>
span { border-color: #957A4E; }
span { border-color: rgb(149,122,78); }
td.TdClassName
{
border-color: #957A4E;
}
.TagClassName
{
border-color: #957A4E;
}
</style>