Shades of Muesli #9C7B53
Tints of Muesli #9C7B53
RGB
CMYK
RGB Variations
Color information
#9C7B53 (or 0x9C7B53) is known color: Muesli. HEX triplet: 9C, 7B and 53. RGB value is (156,123,83). Sum of RGB (Red+Green+Blue) = 156+123+83=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B53 is #6384AC. Grayscale: #808080. Windows color (decimal): -6522029 or 5471132. OLE color: 5471132.
HSL color Cylindrical-coordinate representation of color #9C7B53: hue angle of 32.88º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7B53 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 83 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.39 |
| HSL | 32.88º | 0.31% | 0.47% | - |
| HSV(B) | 32.88º | 0.47% | 0.61% | - |
| XYZ | 22.35 | 21.86 | 11.22 | - |
| YUV | 128.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 83 | 0 | 0.21 | 0.47 | 0.39 | 32.88 | 0.31 | 0.47 |
| Hex | 9C | 7B | 53 | 0 | 15 | 2F | 27 | 21 | 1F | 2F |
| Octal | 234 | 173 | 123 | 0 | 25 | 57 | 47 | 41 | 37 | 57 |
| Binary | 10011100 | 1111011 | 1010011 | 0 | 10101 | 101111 | 100111 | 100001 | 11111 | 101111 |
Color Harmonies of #9C7B53
Complementary color
Monochromatic Colors of #9C7B53
Black with #9C7B53
Text Example
Text Example
White with #9C7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B53; }
p { color: rgb(156,123,83); }
H1.HeaderClassName
{
color: #9C7B53;
}
.AnyTagClassName
{
color: #9C7B53;
}
</style>
background-color css
<style>
a { background-color: #9C7B53; }
a { background-color: rgb(156,123,83); }
div.DivClassName
{
background-color: #9C7B53;
}
.BgClassName
{
background-color: #9C7B53;
}
</style>
border-color css
<style>
span { border-color: #9C7B53; }
span { border-color: rgb(156,123,83); }
td.TdClassName
{
border-color: #9C7B53;
}
.TagClassName
{
border-color: #9C7B53;
}
</style>