#927C54

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

Shades of Muesli #927C54

Tints of Muesli #927C54

Color information

#927C54 (or 0x927C54) is unknown color: approx Muesli. HEX triplet: 92, 7C and 54. RGB value is (146,124,84). Sum of RGB (Red+Green+Blue) = 146+124+84=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #927C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C54 is #6D83AB. Grayscale: #7E7E7E. Windows color (decimal): -7177132 or 5536914. OLE color: 5536914.

HSL color Cylindrical-coordinate representation of color #927C54: hue angle of 38.71º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927C54 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14612484-
CMYK00.150.420.43
HSL38.71º26.96%45.1%-
HSV(B)38.71º42.47%57.25%-
XYZ20.6621.1711.38-
YUV126.02104.29142.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=41.24%
G=35.03%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461248400.150.420.4338.7126.9645.1
Hex927C540F2A2B271b2d
Octal2221741240175253473355
Binary10010010111110010101000111110101010101110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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