#747441

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

Shades of Hemlock #747441

Tints of Hemlock #747441

Color information

#747441 (or 0x747441) is unknown color: approx Hemlock. HEX triplet: 74, 74 and 41. RGB value is (116,116,65). Sum of RGB (Red+Green+Blue) = 116+116+65=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747441 is #8B8BBE. Grayscale: #6E6E6E. Windows color (decimal): -9145279 or 4289652. OLE color: 4289652.

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

Color convert

RGB11611665-
CMYK000.440.55
HSL60º28.18%35.49%-
HSV(B)60º43.97%45.49%-
XYZ14.416.597.44-
YUV110.19102.5132.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=39.06%
G=39.06%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611665000.440.556028.1835.49
Hex747441002C373c1c23
Octal164164101005467743443
Binary1110100111010010000010010110011011111110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747441; }

 p { color: rgb(116,116,65); }

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

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

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

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

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

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

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