#726C3F

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

Shades of Hemlock #726C3F

Tints of Hemlock #726C3F

Color information

#726C3F (or 0x726C3F) is unknown color: approx Hemlock. HEX triplet: 72, 6C and 3F. RGB value is (114,108,63). Sum of RGB (Red+Green+Blue) = 114+108+63=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C3F is #8D93C0. Grayscale: #686868. Windows color (decimal): -9278401 or 4156530. OLE color: 4156530.

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

Color convert

RGB11410863-
CMYK00.050.450.55
HSL52.94º28.81%34.71%-
HSV(B)52.94º44.74%44.71%-
XYZ13.214.666.84-
YUV104.66104.49134.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 63 (25% from 255) = 22.11%
R=40%
G=37.89%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141086300.050.450.5552.9428.8134.71
Hex726C3F052D37351d23
Octal16215477055567653543
Binary11100101101100111111010110110111011111010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,63); }

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

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

 a { background-color: rgb(114,108,63); }

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

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

 span { border-color: rgb(114,108,63); }

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