Shades of Muesli #917A4C
Tints of Muesli #917A4C
RGB
CMYK
RGB Variations
Color information
#917A4C (or 0x917A4C) is known color: Muesli. HEX triplet: 91, 7A and 4C. RGB value is (145,122,76). Sum of RGB (Red+Green+Blue) = 145+122+76=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A4C is #6E85B3. Grayscale: #7B7B7B. Windows color (decimal): -7243188 or 5012113. OLE color: 5012113.
HSL color Cylindrical-coordinate representation of color #917A4C: hue angle of 40º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #917A4C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 76 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.43 |
| HSL | 40º | 0.31% | 0.43% | - |
| HSV(B) | 40º | 0.48% | 0.57% | - |
| XYZ | 19.94 | 20.46 | 9.74 | - |
| YUV | 123.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 76 | 0 | 0.16 | 0.48 | 0.43 | 40 | 0.31 | 0.43 |
| Hex | 91 | 7A | 4C | 0 | 10 | 30 | 2B | 28 | 1F | 2B |
| Octal | 221 | 172 | 114 | 0 | 20 | 60 | 53 | 50 | 37 | 53 |
| Binary | 10010001 | 1111010 | 1001100 | 0 | 10000 | 110000 | 101011 | 101000 | 11111 | 101011 |
Color Harmonies of #917A4C
Complementary color
Monochromatic Colors of #917A4C
Black with #917A4C
Text Example
Text Example
White with #917A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A4C; }
p { color: rgb(145,122,76); }
H1.HeaderClassName
{
color: #917A4C;
}
.AnyTagClassName
{
color: #917A4C;
}
</style>
background-color css
<style>
a { background-color: #917A4C; }
a { background-color: rgb(145,122,76); }
div.DivClassName
{
background-color: #917A4C;
}
.BgClassName
{
background-color: #917A4C;
}
</style>
border-color css
<style>
span { border-color: #917A4C; }
span { border-color: rgb(145,122,76); }
td.TdClassName
{
border-color: #917A4C;
}
.TagClassName
{
border-color: #917A4C;
}
</style>