Shades of Muesli #9C7B50
Tints of Muesli #9C7B50
RGB
CMYK
RGB Variations
Color information
#9C7B50 (or 0x9C7B50) is known color: Muesli. HEX triplet: 9C, 7B and 50. RGB value is (156,123,80). Sum of RGB (Red+Green+Blue) = 156+123+80=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B50 is #6384AF. Grayscale: #808080. Windows color (decimal): -6522032 or 5274524. OLE color: 5274524.
HSL color Cylindrical-coordinate representation of color #9C7B50: hue angle of 33.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C7B50 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 80 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.39 |
| HSL | 33.95º | 0.32% | 0.46% | - |
| HSV(B) | 33.95º | 0.49% | 0.61% | - |
| XYZ | 22.24 | 21.81 | 10.63 | - |
| YUV | 127.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 80 | 0 | 0.21 | 0.49 | 0.39 | 33.95 | 0.32 | 0.46 |
| Hex | 9C | 7B | 50 | 0 | 15 | 31 | 27 | 22 | 20 | 2E |
| Octal | 234 | 173 | 120 | 0 | 25 | 61 | 47 | 42 | 40 | 56 |
| Binary | 10011100 | 1111011 | 1010000 | 0 | 10101 | 110001 | 100111 | 100010 | 100000 | 101110 |
Color Harmonies of #9C7B50
Complementary color
Monochromatic Colors of #9C7B50
Black with #9C7B50
Text Example
Text Example
White with #9C7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B50; }
p { color: rgb(156,123,80); }
H1.HeaderClassName
{
color: #9C7B50;
}
.AnyTagClassName
{
color: #9C7B50;
}
</style>
background-color css
<style>
a { background-color: #9C7B50; }
a { background-color: rgb(156,123,80); }
div.DivClassName
{
background-color: #9C7B50;
}
.BgClassName
{
background-color: #9C7B50;
}
</style>
border-color css
<style>
span { border-color: #9C7B50; }
span { border-color: rgb(156,123,80); }
td.TdClassName
{
border-color: #9C7B50;
}
.TagClassName
{
border-color: #9C7B50;
}
</style>