Shades of Muesli #9B7C53
Tints of Muesli #9B7C53
RGB
CMYK
RGB Variations
Color information
#9B7C53 (or 0x9B7C53) is known color: Muesli. HEX triplet: 9B, 7C and 53. RGB value is (155,124,83). Sum of RGB (Red+Green+Blue) = 155+124+83=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C53 is #6483AC. Grayscale: #808080. Windows color (decimal): -6587309 or 5471387. OLE color: 5471387.
HSL color Cylindrical-coordinate representation of color #9B7C53: hue angle of 34.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7C53 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 83 | - |
| CMYK | 0 | 0.2 | 0.46 | 0.39 |
| HSL | 34.17º | 0.3% | 0.47% | - |
| HSV(B) | 34.17º | 0.46% | 0.61% | - |
| XYZ | 22.29 | 22.01 | 11.26 | - |
| YUV | 128.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 83 | 0 | 0.2 | 0.46 | 0.39 | 34.17 | 0.3 | 0.47 |
| Hex | 9B | 7C | 53 | 0 | 14 | 2E | 27 | 22 | 1E | 2F |
| Octal | 233 | 174 | 123 | 0 | 24 | 56 | 47 | 42 | 36 | 57 |
| Binary | 10011011 | 1111100 | 1010011 | 0 | 10100 | 101110 | 100111 | 100010 | 11110 | 101111 |
Color Harmonies of #9B7C53
Complementary color
Monochromatic Colors of #9B7C53
Black with #9B7C53
Text Example
Text Example
White with #9B7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C53; }
p { color: rgb(155,124,83); }
H1.HeaderClassName
{
color: #9B7C53;
}
.AnyTagClassName
{
color: #9B7C53;
}
</style>
background-color css
<style>
a { background-color: #9B7C53; }
a { background-color: rgb(155,124,83); }
div.DivClassName
{
background-color: #9B7C53;
}
.BgClassName
{
background-color: #9B7C53;
}
</style>
border-color css
<style>
span { border-color: #9B7C53; }
span { border-color: rgb(155,124,83); }
td.TdClassName
{
border-color: #9B7C53;
}
.TagClassName
{
border-color: #9B7C53;
}
</style>