#72713E

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

Shades of Hemlock #72713E

Tints of Hemlock #72713E

Color information

#72713E (or 0x72713E) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 3E. RGB value is (114,113,62). Sum of RGB (Red+Green+Blue) = 114+113+62=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72713E is #8D8EC1. Grayscale: #6B6B6B. Windows color (decimal): -9277122 or 4092274. OLE color: 4092274.

HSL color Cylindrical-coordinate representation of color #72713E: hue angle of 58.85º 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 #72713E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB11411362-
CMYK00.010.460.55
HSL58.85º29.55%34.51%-
HSV(B)58.85º45.61%44.71%-
XYZ13.7115.746.87-
YUV107.48102.33132.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=39.45%
G=39.10%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141136200.010.460.5558.8529.5534.51
Hex72713E012E373b1e23
Octal16216176015667733643
Binary111001011100011111100110111011011111101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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