#927C53

Color #927C53 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #927C53

Tints of Muesli #927C53

Color information

#927C53 (or 0x927C53) is unknown color: approx Muesli. HEX triplet: 92, 7C and 53. RGB value is (146,124,83). Sum of RGB (Red+Green+Blue) = 146+124+83=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #927C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C53 is #6D83AC. Grayscale: #7E7E7E. Windows color (decimal): -7177133 or 5471378. OLE color: 5471378.

HSL color Cylindrical-coordinate representation of color #927C53: hue angle of 39.05º 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 #927C53 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB14612483-
CMYK00.150.430.43
HSL39.05º27.51%44.9%-
HSV(B)39.05º43.15%57.25%-
XYZ20.6221.1511.18-
YUV125.9103.79142.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=41.36%
G=35.13%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461248300.150.430.4339.0527.5144.9
Hex927C530F2B2B271c2d
Octal2221741230175353473455
Binary10010010111110010100110111110101110101110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C53; }

 p { color: rgb(146,124,83); }

 H1.HeaderClassName
 {
   color: #927C53;
 }
 .AnyTagClassName
 {
   color: #927C53;
 }
</style>
background-color css

<style>
 a { background-color: #927C53; }

 a { background-color: rgb(146,124,83); }

 div.DivClassName
 {
   background-color: #927C53;
 }
 .BgClassName
 {
   background-color: #927C53;
 }
</style>
border-color css

<style>
 span { border-color: #927C53; }

 span { border-color: rgb(146,124,83); }

 td.TdClassName
 {
   border-color: #927C53;
 }
 .TagClassName
 {
   border-color: #927C53;
 }
</style>