#726f49

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

Shades of Hemlock #726F49

Tints of Hemlock #726F49

Color information

#726F49 (or 0x726F49) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 49. RGB value is (114,111,73). Sum of RGB (Red+Green+Blue) = 114+111+73=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F49 is #8D90B6. Grayscale: #6B6B6B. Windows color (decimal): -9277623 or 4812658. OLE color: 4812658.

HSL color Cylindrical-coordinate representation of color #726F49: hue angle of 55.61º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726F49 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB11411173-
CMYK00.030.360.55
HSL55.61º21.93%36.67%-
HSV(B)55.61º35.96%44.71%-
XYZ13.8315.438.55-
YUV107.56108.49132.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=38.26%
G=37.25%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141117300.030.360.5555.6121.9336.67
Hex726F49032437381625
Octal162157111034467702645
Binary11100101101111100100101110010011011111100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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