#937B4D

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

Shades of Muesli #937B4D

Tints of Muesli #937B4D

Color information

#937B4D (or 0x937B4D) is unknown color: approx Muesli. HEX triplet: 93, 7B and 4D. RGB value is (147,123,77). Sum of RGB (Red+Green+Blue) = 147+123+77=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #937B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B4D is #6C84B2. Grayscale: #7D7D7D. Windows color (decimal): -7111859 or 5077907. OLE color: 5077907.

HSL color Cylindrical-coordinate representation of color #937B4D: hue angle of 39.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937B4D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14712377-
CMYK00.160.480.42
HSL39.43º31.25%43.92%-
HSV(B)39.43º47.62%57.65%-
XYZ20.4620.99.98-
YUV124.93100.95143.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=42.36%
G=35.45%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471237700.160.480.4239.4331.2543.92
Hex937B4D010302A271f2c
Octal2231731150206052473754
Binary100100111111011100110101000011000010101010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,123,77); }

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

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

 a { background-color: rgb(147,123,77); }

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

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

 span { border-color: rgb(147,123,77); }

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