Shades of Muesli #957D4B
Tints of Muesli #957D4B
RGB
CMYK
RGB Variations
Color information
#957D4B (or 0x957D4B) is known color: Muesli. HEX triplet: 95, 7D and 4B. RGB value is (149,125,75). Sum of RGB (Red+Green+Blue) = 149+125+75=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #957D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D4B is #6A82B4. Grayscale: #7E7E7E. Windows color (decimal): -6980277 or 4947349. OLE color: 4947349.
HSL color Cylindrical-coordinate representation of color #957D4B: hue angle of 40.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957D4B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 75 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.42 |
| HSL | 40.54º | 0.33% | 0.44% | - |
| HSV(B) | 40.54º | 0.5% | 0.58% | - |
| XYZ | 21 | 21.56 | 9.71 | - |
| YUV | 126.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 75 | 0 | 0.16 | 0.50 | 0.42 | 40.54 | 0.33 | 0.44 |
| Hex | 95 | 7D | 4B | 0 | 10 | 32 | 2A | 29 | 21 | 2C |
| Octal | 225 | 175 | 113 | 0 | 20 | 62 | 52 | 51 | 41 | 54 |
| Binary | 10010101 | 1111101 | 1001011 | 0 | 10000 | 110010 | 101010 | 101001 | 100001 | 101100 |
Color Harmonies of #957D4B
Complementary color
Monochromatic Colors of #957D4B
Black with #957D4B
Text Example
Text Example
White with #957D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D4B; }
p { color: rgb(149,125,75); }
H1.HeaderClassName
{
color: #957D4B;
}
.AnyTagClassName
{
color: #957D4B;
}
</style>
background-color css
<style>
a { background-color: #957D4B; }
a { background-color: rgb(149,125,75); }
div.DivClassName
{
background-color: #957D4B;
}
.BgClassName
{
background-color: #957D4B;
}
</style>
border-color css
<style>
span { border-color: #957D4B; }
span { border-color: rgb(149,125,75); }
td.TdClassName
{
border-color: #957D4B;
}
.TagClassName
{
border-color: #957D4B;
}
</style>