Shades of Muesli #957741
Tints of Muesli #957741
RGB
CMYK
RGB Variations
Color information
#957741 (or 0x957741) is known color: Muesli. HEX triplet: 95, 77 and 41. RGB value is (149,119,65). Sum of RGB (Red+Green+Blue) = 149+119+65=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957741 is #6A88BE. Grayscale: #7A7A7A. Windows color (decimal): -6981823 or 4290453. OLE color: 4290453.
HSL color Cylindrical-coordinate representation of color #957741: hue angle of 38.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957741 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 65 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.42 |
| HSL | 38.57º | 0.39% | 0.42% | - |
| HSV(B) | 38.57º | 0.56% | 0.58% | - |
| XYZ | 19.95 | 19.96 | 7.8 | - |
| YUV | 121.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 65 | 0 | 0.20 | 0.56 | 0.42 | 38.57 | 0.39 | 0.42 |
| Hex | 95 | 77 | 41 | 0 | 14 | 38 | 2A | 27 | 27 | 2A |
| Octal | 225 | 167 | 101 | 0 | 24 | 70 | 52 | 47 | 47 | 52 |
| Binary | 10010101 | 1110111 | 1000001 | 0 | 10100 | 111000 | 101010 | 100111 | 100111 | 101010 |
Color Harmonies of #957741
Complementary color
Monochromatic Colors of #957741
Black with #957741
Text Example
Text Example
White with #957741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957741; }
p { color: rgb(149,119,65); }
H1.HeaderClassName
{
color: #957741;
}
.AnyTagClassName
{
color: #957741;
}
</style>
background-color css
<style>
a { background-color: #957741; }
a { background-color: rgb(149,119,65); }
div.DivClassName
{
background-color: #957741;
}
.BgClassName
{
background-color: #957741;
}
</style>
border-color css
<style>
span { border-color: #957741; }
span { border-color: rgb(149,119,65); }
td.TdClassName
{
border-color: #957741;
}
.TagClassName
{
border-color: #957741;
}
</style>