#747341

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

Shades of Hemlock #747341

Tints of Hemlock #747341

Color information

#747341 (or 0x747341) is unknown color: approx Hemlock. HEX triplet: 74, 73 and 41. RGB value is (116,115,65). Sum of RGB (Red+Green+Blue) = 116+115+65=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #747341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747341 is #8B8CBE. Grayscale: #6D6D6D. Windows color (decimal): -9145535 or 4289396. OLE color: 4289396.

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

Color convert

RGB11611565-
CMYK00.010.440.55
HSL58.82º28.18%35.49%-
HSV(B)58.82º43.97%45.49%-
XYZ14.2916.367.41-
YUV109.6102.83132.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=39.19%
G=38.85%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161156500.010.440.5558.8228.1835.49
Hex747341012C373b1c23
Octal164163101015467733443
Binary1110100111001110000010110110011011111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747341; }

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

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

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

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

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

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

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

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