#726D44

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

Shades of Hemlock #726D44

Tints of Hemlock #726D44

Color information

#726D44 (or 0x726D44) is unknown color: approx Hemlock. HEX triplet: 72, 6D and 44. RGB value is (114,109,68). Sum of RGB (Red+Green+Blue) = 114+109+68=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #726D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D44 is #8D92BB. Grayscale: #696969. Windows color (decimal): -9278140 or 4484466. OLE color: 4484466.

HSL color Cylindrical-coordinate representation of color #726D44: hue angle of 53.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726D44 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11410968-
CMYK00.040.400.55
HSL53.48º25.27%35.69%-
HSV(B)53.48º40.35%44.71%-
XYZ13.4514.937.64-
YUV105.82106.66133.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=39.18%
G=37.46%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141096800.040.400.5553.4825.2735.69
Hex726D44042837351924
Octal162155104045067653144
Binary111001011011011000100010010100011011111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D44; }

 p { color: rgb(114,109,68); }

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

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

 a { background-color: rgb(114,109,68); }

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

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

 span { border-color: rgb(114,109,68); }

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