#726F40

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

Shades of Hemlock #726F40

Tints of Hemlock #726F40

Color information

#726F40 (or 0x726F40) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 40. RGB value is (114,111,64). Sum of RGB (Red+Green+Blue) = 114+111+64=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #726F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F40 is #8D90BF. Grayscale: #6A6A6A. Windows color (decimal): -9277632 or 4222834. OLE color: 4222834.

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

Color convert

RGB11411164-
CMYK00.030.440.55
HSL56.4º28.09%34.9%-
HSV(B)56.4º43.86%44.71%-
XYZ13.5515.327.09-
YUV106.54103.99133.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=39.45%
G=38.41%
B=22.15%

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
Decimal1141116400.030.440.5556.428.0934.9
Hex726F40032C37381c23
Octal162157100035467703443
Binary11100101101111100000001110110011011111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,64); }

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

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

 a { background-color: rgb(114,111,64); }

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

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

 span { border-color: rgb(114,111,64); }

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