Shades of Muesli #957D52
Tints of Muesli #957D52
RGB
CMYK
RGB Variations
Color information
#957D52 (or 0x957D52) is known color: Muesli. HEX triplet: 95, 7D and 52. RGB value is (149,125,82). Sum of RGB (Red+Green+Blue) = 149+125+82=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #957D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D52 is #6A82AD. Grayscale: #7F7F7F. Windows color (decimal): -6980270 or 5406101. OLE color: 5406101.
HSL color Cylindrical-coordinate representation of color #957D52: hue angle of 38.51º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957D52 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 82 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.42 |
| HSL | 38.51º | 0.29% | 0.45% | - |
| HSV(B) | 38.51º | 0.45% | 0.58% | - |
| XYZ | 21.25 | 21.67 | 11.04 | - |
| YUV | 127.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 82 | 0 | 0.16 | 0.45 | 0.42 | 38.51 | 0.29 | 0.45 |
| Hex | 95 | 7D | 52 | 0 | 10 | 2D | 2A | 27 | 1D | 2D |
| Octal | 225 | 175 | 122 | 0 | 20 | 55 | 52 | 47 | 35 | 55 |
| Binary | 10010101 | 1111101 | 1010010 | 0 | 10000 | 101101 | 101010 | 100111 | 11101 | 101101 |
Color Harmonies of #957D52
Complementary color
Monochromatic Colors of #957D52
Black with #957D52
Text Example
Text Example
White with #957D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D52; }
p { color: rgb(149,125,82); }
H1.HeaderClassName
{
color: #957D52;
}
.AnyTagClassName
{
color: #957D52;
}
</style>
background-color css
<style>
a { background-color: #957D52; }
a { background-color: rgb(149,125,82); }
div.DivClassName
{
background-color: #957D52;
}
.BgClassName
{
background-color: #957D52;
}
</style>
border-color css
<style>
span { border-color: #957D52; }
span { border-color: rgb(149,125,82); }
td.TdClassName
{
border-color: #957D52;
}
.TagClassName
{
border-color: #957D52;
}
</style>