#927C50

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

Shades of Muesli #927C50

Tints of Muesli #927C50

Color information

#927C50 (or 0x927C50) is unknown color: approx Muesli. HEX triplet: 92, 7C and 50. RGB value is (146,124,80). Sum of RGB (Red+Green+Blue) = 146+124+80=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #927C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C50 is #6D83AF. Grayscale: #7D7D7D. Windows color (decimal): -7177136 or 5274770. OLE color: 5274770.

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

Color convert

RGB14612480-
CMYK00.150.450.43
HSL40º29.2%44.31%-
HSV(B)40º45.21%57.25%-
XYZ20.5121.1110.58-
YUV125.56102.29142.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=41.71%
G=35.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461248000.150.450.434029.244.31
Hex927C500F2D2B281d2c
Octal2221741200175553503554
Binary10010010111110010100000111110110110101110100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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