#747340

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

Shades of Hemlock #747340

Tints of Hemlock #747340

Color information

#747340 (or 0x747340) is unknown color: approx Hemlock. HEX triplet: 74, 73 and 40. RGB value is (116,115,64). Sum of RGB (Red+Green+Blue) = 116+115+64=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #747340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747340 is #8B8CBF. Grayscale: #6D6D6D. Windows color (decimal): -9145536 or 4223860. OLE color: 4223860.

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

Color convert

RGB11611564-
CMYK00.010.450.55
HSL58.85º28.89%35.29%-
HSV(B)58.85º44.83%45.49%-
XYZ14.2616.347.25-
YUV109.48102.33132.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=39.32%
G=38.98%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161156400.010.450.5558.8528.8935.29
Hex747340012D373b1d23
Octal164163100015567733543
Binary1110100111001110000000110110111011111101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747340; }

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

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

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

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

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

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

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

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