#726D43

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

Shades of Hemlock #726D43

Tints of Hemlock #726D43

Color information

#726D43 (or 0x726D43) is unknown color: approx Hemlock. HEX triplet: 72, 6D and 43. RGB value is (114,109,67). Sum of RGB (Red+Green+Blue) = 114+109+67=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #726D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D43 is #8D92BC. Grayscale: #696969. Windows color (decimal): -9278141 or 4418930. OLE color: 4418930.

HSL color Cylindrical-coordinate representation of color #726D43: hue angle of 53.62º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726D43 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB11410967-
CMYK00.040.410.55
HSL53.62º25.97%35.49%-
HSV(B)53.62º41.23%44.71%-
XYZ13.4214.927.48-
YUV105.71106.16133.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=39.31%
G=37.59%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141096700.040.410.5553.6225.9735.49
Hex726D43042937361a23
Octal162155103045167663243
Binary111001011011011000011010010100111011111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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