#726F43

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

Shades of Hemlock #726F43

Tints of Hemlock #726F43

Color information

#726F43 (or 0x726F43) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 43. RGB value is (114,111,67). Sum of RGB (Red+Green+Blue) = 114+111+67=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #726F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F43 is #8D90BC. Grayscale: #6B6B6B. Windows color (decimal): -9277629 or 4419442. OLE color: 4419442.

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

Color convert

RGB11411167-
CMYK00.030.410.55
HSL56.17º25.97%35.49%-
HSV(B)56.17º41.23%44.71%-
XYZ13.6415.357.55-
YUV106.88105.49133.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=39.04%
G=38.01%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141116700.030.410.5556.1725.9735.49
Hex726F43032937381a23
Octal162157103035167703243
Binary11100101101111100001101110100111011111100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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