#72713F

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

Shades of Hemlock #72713F

Tints of Hemlock #72713F

Color information

#72713F (or 0x72713F) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 3F. RGB value is (114,113,63). Sum of RGB (Red+Green+Blue) = 114+113+63=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72713F is #8D8EC0. Grayscale: #6B6B6B. Windows color (decimal): -9277121 or 4157810. OLE color: 4157810.

HSL color Cylindrical-coordinate representation of color #72713F: hue angle of 58.82º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72713F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB11411363-
CMYK00.010.450.55
HSL58.82º28.81%34.71%-
HSV(B)58.82º44.74%44.71%-
XYZ13.7415.757.02-
YUV107.6102.83132.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 63 (25% from 255) = 21.72%
R=39.31%
G=38.97%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141136300.010.450.5558.8228.8134.71
Hex72713F012D373b1d23
Octal16216177015567733543
Binary111001011100011111110110110111011111101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72713F; }

 p { color: rgb(114,113,63); }

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

<style>
 a { background-color: #72713F; }

 a { background-color: rgb(114,113,63); }

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

<style>
 span { border-color: #72713F; }

 span { border-color: rgb(114,113,63); }

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