#747349

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

Shades of Hemlock #747349

Tints of Hemlock #747349

Color information

#747349 (or 0x747349) is unknown color: approx Hemlock. HEX triplet: 74, 73 and 49. RGB value is (116,115,73). Sum of RGB (Red+Green+Blue) = 116+115+73=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #747349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747349 is #8B8CB6. Grayscale: #6E6E6E. Windows color (decimal): -9145527 or 4813684. OLE color: 4813684.

HSL color Cylindrical-coordinate representation of color #747349: hue angle of 58.6º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #747349 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB11611573-
CMYK00.010.370.55
HSL58.6º22.75%37.06%-
HSV(B)58.6º37.07%45.49%-
XYZ14.5416.468.71-
YUV110.51106.83131.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=38.16%
G=37.83%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161157300.010.370.5558.622.7537.06
Hex7473490125373b1725
Octal164163111014567732745
Binary1110100111001110010010110010111011111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747349; }

 p { color: rgb(116,115,73); }

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

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

 a { background-color: rgb(116,115,73); }

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

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

 span { border-color: rgb(116,115,73); }

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