Shades of Muesli #9C7E41
Tints of Muesli #9C7E41
RGB
CMYK
RGB Variations
Color information
#9C7E41 (or 0x9C7E41) is known color: Muesli. HEX triplet: 9C, 7E and 41. RGB value is (156,126,65). Sum of RGB (Red+Green+Blue) = 156+126+65=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E41 is #6381BE. Grayscale: #808080. Windows color (decimal): -6521279 or 4292252. OLE color: 4292252.
HSL color Cylindrical-coordinate representation of color #9C7E41: hue angle of 40.22º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C7E41 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 65 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.39 |
| HSL | 40.22º | 0.41% | 0.43% | - |
| HSV(B) | 40.22º | 0.58% | 0.61% | - |
| XYZ | 22.13 | 22.37 | 8.15 | - |
| YUV | 128.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 65 | 0 | 0.19 | 0.58 | 0.39 | 40.22 | 0.41 | 0.43 |
| Hex | 9C | 7E | 41 | 0 | 13 | 3A | 27 | 28 | 29 | 2B |
| Octal | 234 | 176 | 101 | 0 | 23 | 72 | 47 | 50 | 51 | 53 |
| Binary | 10011100 | 1111110 | 1000001 | 0 | 10011 | 111010 | 100111 | 101000 | 101001 | 101011 |
Color Harmonies of #9C7E41
Complementary color
Monochromatic Colors of #9C7E41
Black with #9C7E41
Text Example
Text Example
White with #9C7E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E41; }
p { color: rgb(156,126,65); }
H1.HeaderClassName
{
color: #9C7E41;
}
.AnyTagClassName
{
color: #9C7E41;
}
</style>
background-color css
<style>
a { background-color: #9C7E41; }
a { background-color: rgb(156,126,65); }
div.DivClassName
{
background-color: #9C7E41;
}
.BgClassName
{
background-color: #9C7E41;
}
</style>
border-color css
<style>
span { border-color: #9C7E41; }
span { border-color: rgb(156,126,65); }
td.TdClassName
{
border-color: #9C7E41;
}
.TagClassName
{
border-color: #9C7E41;
}
</style>