#726E48

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

Shades of Hemlock #726E48

Tints of Hemlock #726E48

Color information

#726E48 (or 0x726E48) is unknown color: approx Hemlock. HEX triplet: 72, 6E and 48. RGB value is (114,110,72). Sum of RGB (Red+Green+Blue) = 114+110+72=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E48 is #8D91B7. Grayscale: #6B6B6B. Windows color (decimal): -9277880 or 4746866. OLE color: 4746866.

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

Color convert

RGB11411072-
CMYK00.040.370.55
HSL54.29º22.58%36.47%-
HSV(B)54.29º36.84%44.71%-
XYZ13.6915.28.34-
YUV106.86108.33133.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=38.51%
G=37.16%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141107200.040.370.5554.2922.5836.47
Hex726E48042537361724
Octal162156110044567662744
Binary111001011011101001000010010010111011111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,72); }

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

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

 a { background-color: rgb(114,110,72); }

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

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

 span { border-color: rgb(114,110,72); }

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