#72703D

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

Shades of Hemlock #72703D

Tints of Hemlock #72703D

Color information

#72703D (or 0x72703D) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 3D. RGB value is (114,112,61). Sum of RGB (Red+Green+Blue) = 114+112+61=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72703D is #8D8FC2. Grayscale: #6A6A6A. Windows color (decimal): -9277379 or 4026482. OLE color: 4026482.

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

Color convert

RGB11411261-
CMYK00.020.460.55
HSL57.74º30.29%34.31%-
HSV(B)57.74º46.49%44.71%-
XYZ13.5815.56.69-
YUV106.78102.16133.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=39.72%
G=39.02%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141126100.020.460.5557.7430.2934.31
Hex72703D022E373a1e22
Octal16216075025667723642
Binary1110010111000011110101010111011011111101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72703D; }

 p { color: rgb(114,112,61); }

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

<style>
 a { background-color: #72703D; }

 a { background-color: rgb(114,112,61); }

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

<style>
 span { border-color: #72703D; }

 span { border-color: rgb(114,112,61); }

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