Shades of Muesli #9C8150
Tints of Muesli #9C8150
RGB
CMYK
RGB Variations
Color information
#9C8150 (or 0x9C8150) is known color: Muesli. HEX triplet: 9C, 81 and 50. RGB value is (156,129,80). Sum of RGB (Red+Green+Blue) = 156+129+80=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8150 is #637EAF. Grayscale: #838383. Windows color (decimal): -6520496 or 5276060. OLE color: 5276060.
HSL color Cylindrical-coordinate representation of color #9C8150: hue angle of 38.68º 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 #9C8150 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 80 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.39 |
| HSL | 38.68º | 0.32% | 0.46% | - |
| HSV(B) | 38.68º | 0.49% | 0.61% | - |
| XYZ | 23.01 | 23.35 | 10.88 | - |
| YUV | 131.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 80 | 0 | 0.17 | 0.49 | 0.39 | 38.68 | 0.32 | 0.46 |
| Hex | 9C | 81 | 50 | 0 | 11 | 31 | 27 | 27 | 20 | 2E |
| Octal | 234 | 201 | 120 | 0 | 21 | 61 | 47 | 47 | 40 | 56 |
| Binary | 10011100 | 10000001 | 1010000 | 0 | 10001 | 110001 | 100111 | 100111 | 100000 | 101110 |
Color Harmonies of #9C8150
Complementary color
Monochromatic Colors of #9C8150
Black with #9C8150
Text Example
Text Example
White with #9C8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8150; }
p { color: rgb(156,129,80); }
H1.HeaderClassName
{
color: #9C8150;
}
.AnyTagClassName
{
color: #9C8150;
}
</style>
background-color css
<style>
a { background-color: #9C8150; }
a { background-color: rgb(156,129,80); }
div.DivClassName
{
background-color: #9C8150;
}
.BgClassName
{
background-color: #9C8150;
}
</style>
border-color css
<style>
span { border-color: #9C8150; }
span { border-color: rgb(156,129,80); }
td.TdClassName
{
border-color: #9C8150;
}
.TagClassName
{
border-color: #9C8150;
}
</style>