Shades of Muesli #9B8A52
Tints of Muesli #9B8A52
RGB
CMYK
RGB Variations
Color information
#9B8A52 (or 0x9B8A52) is known color: Muesli. HEX triplet: 9B, 8A and 52. RGB value is (155,138,82). Sum of RGB (Red+Green+Blue) = 155+138+82=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A52 is #6475AD. Grayscale: #888888. Windows color (decimal): -6583726 or 5409435. OLE color: 5409435.
HSL color Cylindrical-coordinate representation of color #9B8A52: hue angle of 46.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B8A52 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 82 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.39 |
| HSL | 46.03º | 0.31% | 0.46% | - |
| HSV(B) | 46.03º | 0.47% | 0.61% | - |
| XYZ | 24.13 | 25.75 | 11.68 | - |
| YUV | 136.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 82 | 0 | 0.11 | 0.47 | 0.39 | 46.03 | 0.31 | 0.46 |
| Hex | 9B | 8A | 52 | 0 | B | 2F | 27 | 2E | 1F | 2E |
| Octal | 233 | 212 | 122 | 0 | 13 | 57 | 47 | 56 | 37 | 56 |
| Binary | 10011011 | 10001010 | 1010010 | 0 | 1011 | 101111 | 100111 | 101110 | 11111 | 101110 |
Color Harmonies of #9B8A52
Complementary color
Monochromatic Colors of #9B8A52
Black with #9B8A52
Text Example
Text Example
White with #9B8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A52; }
p { color: rgb(155,138,82); }
H1.HeaderClassName
{
color: #9B8A52;
}
.AnyTagClassName
{
color: #9B8A52;
}
</style>
background-color css
<style>
a { background-color: #9B8A52; }
a { background-color: rgb(155,138,82); }
div.DivClassName
{
background-color: #9B8A52;
}
.BgClassName
{
background-color: #9B8A52;
}
</style>
border-color css
<style>
span { border-color: #9B8A52; }
span { border-color: rgb(155,138,82); }
td.TdClassName
{
border-color: #9B8A52;
}
.TagClassName
{
border-color: #9B8A52;
}
</style>