#747445

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

Shades of Hemlock #747445

Tints of Hemlock #747445

Color information

#747445 (or 0x747445) is unknown color: approx Hemlock. HEX triplet: 74, 74 and 45. RGB value is (116,116,69). Sum of RGB (Red+Green+Blue) = 116+116+69=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747445 is #8B8BBA. Grayscale: #6E6E6E. Windows color (decimal): -9145275 or 4551796. OLE color: 4551796.

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

Color convert

RGB11611669-
CMYK000.410.55
HSL60º25.41%36.27%-
HSV(B)60º40.52%45.49%-
XYZ14.5216.638.08-
YUV110.64104.5131.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=38.54%
G=38.54%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611669000.410.556025.4136.27
Hex7474450029373c1924
Octal164164105005167743144
Binary1110100111010010001010010100111011111110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747445; }

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

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

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

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

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

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

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

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