#73714D

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

Shades of Hemlock #73714D

Tints of Hemlock #73714D

Color information

#73714D (or 0x73714D) is unknown color: approx Hemlock. HEX triplet: 73, 71 and 4D. RGB value is (115,113,77). Sum of RGB (Red+Green+Blue) = 115+113+77=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73714D is #8C8EB2. Grayscale: #6D6D6D. Windows color (decimal): -9211571 or 5075315. OLE color: 5075315.

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

Color convert

RGB11511377-
CMYK00.020.330.55
HSL56.84º19.79%37.65%-
HSV(B)56.84º33.04%45.1%-
XYZ14.3115.999.35-
YUV109.49109.66131.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=37.70%
G=37.05%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151137700.020.330.5556.8419.7937.65
Hex73714D022137391426
Octal163161115024167712446
Binary11100111110001100110101010000111011111100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,113,77); }

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

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

 a { background-color: rgb(115,113,77); }

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

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

 span { border-color: rgb(115,113,77); }

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