#937A50

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

Shades of Muesli #937A50

Tints of Muesli #937A50

Color information

#937A50 (or 0x937A50) is unknown color: approx Muesli. HEX triplet: 93, 7A and 50. RGB value is (147,122,80). Sum of RGB (Red+Green+Blue) = 147+122+80=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #937A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A50 is #6C85AF. Grayscale: #7C7C7C. Windows color (decimal): -7112112 or 5274259. OLE color: 5274259.

HSL color Cylindrical-coordinate representation of color #937A50: hue angle of 37.61º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937A50 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14712280-
CMYK00.170.460.42
HSL37.61º29.52%44.51%-
HSV(B)37.61º45.58%57.65%-
XYZ20.4420.710.51-
YUV124.69102.78143.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=42.12%
G=34.96%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471228000.170.460.4237.6129.5244.51
Hex937A500112E2A261e2d
Octal2231721200215652463655
Binary100100111111010101000001000110111010101010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937A50; }

 p { color: rgb(147,122,80); }

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

<style>
 a { background-color: #937A50; }

 a { background-color: rgb(147,122,80); }

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

<style>
 span { border-color: #937A50; }

 span { border-color: rgb(147,122,80); }

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