Shades of Muesli #927B53
Tints of Muesli #927B53
RGB
CMYK
RGB Variations
Color information
#927B53 (or 0x927B53) is known color: Muesli. HEX triplet: 92, 7B and 53. RGB value is (146,123,83). Sum of RGB (Red+Green+Blue) = 146+123+83=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #927B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B53 is #6D84AC. Grayscale: #7D7D7D. Windows color (decimal): -7177389 or 5471122. OLE color: 5471122.
HSL color Cylindrical-coordinate representation of color #927B53: hue angle of 38.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927B53 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 83 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.43 |
| HSL | 38.1º | 0.28% | 0.45% | - |
| HSV(B) | 38.1º | 0.43% | 0.57% | - |
| XYZ | 20.5 | 20.9 | 11.14 | - |
| YUV | 125.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 83 | 0 | 0.16 | 0.43 | 0.43 | 38.1 | 0.28 | 0.45 |
| Hex | 92 | 7B | 53 | 0 | 10 | 2B | 2B | 26 | 1C | 2D |
| Octal | 222 | 173 | 123 | 0 | 20 | 53 | 53 | 46 | 34 | 55 |
| Binary | 10010010 | 1111011 | 1010011 | 0 | 10000 | 101011 | 101011 | 100110 | 11100 | 101101 |
Color Harmonies of #927B53
Complementary color
Monochromatic Colors of #927B53
Black with #927B53
Text Example
Text Example
White with #927B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B53; }
p { color: rgb(146,123,83); }
H1.HeaderClassName
{
color: #927B53;
}
.AnyTagClassName
{
color: #927B53;
}
</style>
background-color css
<style>
a { background-color: #927B53; }
a { background-color: rgb(146,123,83); }
div.DivClassName
{
background-color: #927B53;
}
.BgClassName
{
background-color: #927B53;
}
</style>
border-color css
<style>
span { border-color: #927B53; }
span { border-color: rgb(146,123,83); }
td.TdClassName
{
border-color: #927B53;
}
.TagClassName
{
border-color: #927B53;
}
</style>