#747141

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

Shades of Hemlock #747141

Tints of Hemlock #747141

Color information

#747141 (or 0x747141) is unknown color: approx Hemlock. HEX triplet: 74, 71 and 41. RGB value is (116,113,65). Sum of RGB (Red+Green+Blue) = 116+113+65=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #747141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747141 is #8B8EBE. Grayscale: #6C6C6C. Windows color (decimal): -9146047 or 4288884. OLE color: 4288884.

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

Color convert

RGB11611365-
CMYK00.030.440.55
HSL56.47º28.18%35.49%-
HSV(B)56.47º43.97%45.49%-
XYZ14.0615.97.33-
YUV108.42103.49133.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=39.46%
G=38.44%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161136500.030.440.5556.4728.1835.49
Hex747141032C37381c23
Octal164161101035467703443
Binary11101001110001100000101110110011011111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747141; }

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

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

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

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

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

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

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

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