#747145

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

Shades of Hemlock #747145

Tints of Hemlock #747145

Color information

#747145 (or 0x747145) is unknown color: approx Hemlock. HEX triplet: 74, 71 and 45. RGB value is (116,113,69). Sum of RGB (Red+Green+Blue) = 116+113+69=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #747145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747145 is #8B8EBA. Grayscale: #6D6D6D. Windows color (decimal): -9146043 or 4551028. OLE color: 4551028.

HSL color Cylindrical-coordinate representation of color #747145: hue angle of 56.17º degrees, saturation: 0.25, 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 #747145 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB11611369-
CMYK00.030.410.55
HSL56.17º25.41%36.27%-
HSV(B)56.17º40.52%45.49%-
XYZ14.1815.957.96-
YUV108.88105.49133.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=38.93%
G=37.92%
B=23.15%

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
Decimal1161136900.030.410.5556.1725.4136.27
Hex747145032937381924
Octal164161105035167703144
Binary11101001110001100010101110100111011111100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747145; }

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

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

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

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

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

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

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

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