Shades of Muesli #957C40
Tints of Muesli #957C40
RGB
CMYK
RGB Variations
Color information
#957C40 (or 0x957C40) is known color: Muesli. HEX triplet: 95, 7C and 40. RGB value is (149,124,64). Sum of RGB (Red+Green+Blue) = 149+124+64=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #957C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C40 is #6A83BF. Grayscale: #7C7C7C. Windows color (decimal): -6980544 or 4226197. OLE color: 4226197.
HSL color Cylindrical-coordinate representation of color #957C40: hue angle of 42.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #957C40 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 64 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.42 |
| HSL | 42.35º | 0.4% | 0.42% | - |
| HSV(B) | 42.35º | 0.57% | 0.58% | - |
| XYZ | 20.53 | 21.18 | 7.86 | - |
| YUV | 124.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 64 | 0 | 0.17 | 0.57 | 0.42 | 42.35 | 0.4 | 0.42 |
| Hex | 95 | 7C | 40 | 0 | 11 | 39 | 2A | 2A | 28 | 2A |
| Octal | 225 | 174 | 100 | 0 | 21 | 71 | 52 | 52 | 50 | 52 |
| Binary | 10010101 | 1111100 | 1000000 | 0 | 10001 | 111001 | 101010 | 101010 | 101000 | 101010 |
Color Harmonies of #957C40
Complementary color
Monochromatic Colors of #957C40
Black with #957C40
Text Example
Text Example
White with #957C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C40; }
p { color: rgb(149,124,64); }
H1.HeaderClassName
{
color: #957C40;
}
.AnyTagClassName
{
color: #957C40;
}
</style>
background-color css
<style>
a { background-color: #957C40; }
a { background-color: rgb(149,124,64); }
div.DivClassName
{
background-color: #957C40;
}
.BgClassName
{
background-color: #957C40;
}
</style>
border-color css
<style>
span { border-color: #957C40; }
span { border-color: rgb(149,124,64); }
td.TdClassName
{
border-color: #957C40;
}
.TagClassName
{
border-color: #957C40;
}
</style>