#726D3E

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

Shades of Hemlock #726D3E

Tints of Hemlock #726D3E

Color information

#726D3E (or 0x726D3E) is unknown color: approx Hemlock. HEX triplet: 72, 6D and 3E. RGB value is (114,109,62). Sum of RGB (Red+Green+Blue) = 114+109+62=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D3E is #8D92C1. Grayscale: #696969. Windows color (decimal): -9278146 or 4091250. OLE color: 4091250.

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

Color convert

RGB11410962-
CMYK00.040.460.55
HSL54.23º29.55%34.51%-
HSV(B)54.23º45.61%44.71%-
XYZ13.2814.866.73-
YUV105.14103.66134.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=40%
G=38.25%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141096200.040.460.5554.2329.5534.51
Hex726D3E042E37361e23
Octal16215576045667663643
Binary11100101101101111110010010111011011111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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