Shades of Muesli #957A48
Tints of Muesli #957A48
RGB
CMYK
RGB Variations
Color information
#957A48 (or 0x957A48) is known color: Muesli. HEX triplet: 95, 7A and 48. RGB value is (149,122,72). Sum of RGB (Red+Green+Blue) = 149+122+72=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #957A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A48 is #6A85B7. Grayscale: #7C7C7C. Windows color (decimal): -6981048 or 4749973. OLE color: 4749973.
HSL color Cylindrical-coordinate representation of color #957A48: hue angle of 38.96º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957A48 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 72 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.42 |
| HSL | 38.96º | 0.35% | 0.43% | - |
| HSV(B) | 38.96º | 0.52% | 0.58% | - |
| XYZ | 20.52 | 20.78 | 9.06 | - |
| YUV | 124.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 72 | 0 | 0.18 | 0.52 | 0.42 | 38.96 | 0.35 | 0.43 |
| Hex | 95 | 7A | 48 | 0 | 12 | 34 | 2A | 27 | 23 | 2B |
| Octal | 225 | 172 | 110 | 0 | 22 | 64 | 52 | 47 | 43 | 53 |
| Binary | 10010101 | 1111010 | 1001000 | 0 | 10010 | 110100 | 101010 | 100111 | 100011 | 101011 |
Color Harmonies of #957A48
Complementary color
Monochromatic Colors of #957A48
Black with #957A48
Text Example
Text Example
White with #957A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A48; }
p { color: rgb(149,122,72); }
H1.HeaderClassName
{
color: #957A48;
}
.AnyTagClassName
{
color: #957A48;
}
</style>
background-color css
<style>
a { background-color: #957A48; }
a { background-color: rgb(149,122,72); }
div.DivClassName
{
background-color: #957A48;
}
.BgClassName
{
background-color: #957A48;
}
</style>
border-color css
<style>
span { border-color: #957A48; }
span { border-color: rgb(149,122,72); }
td.TdClassName
{
border-color: #957A48;
}
.TagClassName
{
border-color: #957A48;
}
</style>