#747242

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

Shades of Hemlock #747242

Tints of Hemlock #747242

Color information

#747242 (or 0x747242) is unknown color: approx Hemlock. HEX triplet: 74, 72 and 42. RGB value is (116,114,66). Sum of RGB (Red+Green+Blue) = 116+114+66=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #747242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747242 is #8B8DBD. Grayscale: #6D6D6D. Windows color (decimal): -9145790 or 4354676. OLE color: 4354676.

HSL color Cylindrical-coordinate representation of color #747242: hue angle of 57.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747242 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB11611466-
CMYK00.020.430.55
HSL57.6º27.47%35.69%-
HSV(B)57.6º43.1%45.49%-
XYZ14.216.147.52-
YUV109.13103.66132.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=39.19%
G=38.51%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161146600.020.430.5557.627.4735.69
Hex747242022B373a1b24
Octal164162102025367723344
Binary11101001110010100001001010101111011111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747242; }

 p { color: rgb(116,114,66); }

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

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

 a { background-color: rgb(116,114,66); }

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

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

 span { border-color: rgb(116,114,66); }

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