#937A4A

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

Shades of Muesli #937A4A

Tints of Muesli #937A4A

Color information

#937A4A (or 0x937A4A) is unknown color: approx Muesli. HEX triplet: 93, 7A and 4A. RGB value is (147,122,74). Sum of RGB (Red+Green+Blue) = 147+122+74=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #937A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A4A is #6C85B5. Grayscale: #7C7C7C. Windows color (decimal): -7112118 or 4881043. OLE color: 4881043.

HSL color Cylindrical-coordinate representation of color #937A4A: hue angle of 39.45º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937A4A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14712274-
CMYK00.170.500.42
HSL39.45º33.03%43.33%-
HSV(B)39.45º49.66%57.65%-
XYZ20.2320.629.39-
YUV12499.78144.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=42.86%
G=35.57%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471227400.170.500.4239.4533.0343.33
Hex937A4A011322A27212b
Octal2231721120216252474153
Binary1001001111110101001010010001110010101010100111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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