#726F45

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

Shades of Hemlock #726F45

Tints of Hemlock #726F45

Color information

#726F45 (or 0x726F45) is unknown color: approx Hemlock. HEX triplet: 72, 6F and 45. RGB value is (114,111,69). Sum of RGB (Red+Green+Blue) = 114+111+69=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #726F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F45 is #8D90BA. Grayscale: #6B6B6B. Windows color (decimal): -9277627 or 4550514. OLE color: 4550514.

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

Color convert

RGB11411169-
CMYK00.030.390.55
HSL56º24.59%35.88%-
HSV(B)56º39.47%44.71%-
XYZ13.715.387.88-
YUV107.11106.49132.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=38.78%
G=37.76%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141116900.030.390.555624.5935.88
Hex726F45032737381924
Octal162157105034767703144
Binary11100101101111100010101110011111011111100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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