#747144

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

Shades of Hemlock #747144

Tints of Hemlock #747144

Color information

#747144 (or 0x747144) is unknown color: approx Hemlock. HEX triplet: 74, 71 and 44. RGB value is (116,113,68). Sum of RGB (Red+Green+Blue) = 116+113+68=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #747144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747144 is #8B8EBB. Grayscale: #6C6C6C. Windows color (decimal): -9146044 or 4485492. OLE color: 4485492.

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

Color convert

RGB11611368-
CMYK00.030.410.55
HSL56.25º26.09%36.08%-
HSV(B)56.25º41.38%45.49%-
XYZ14.1515.947.8-
YUV108.77104.99133.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=39.06%
G=38.05%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161136800.030.410.5556.2526.0936.08
Hex747144032937381a24
Octal164161104035167703244
Binary11101001110001100010001110100111011111100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747144; }

 p { color: rgb(116,113,68); }

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

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

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

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

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

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

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