#71714A

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

Shades of Hemlock #71714A

Tints of Hemlock #71714A

Color information

#71714A (or 0x71714A) is unknown color: approx Hemlock. HEX triplet: 71, 71 and 4A. RGB value is (113,113,74). Sum of RGB (Red+Green+Blue) = 113+113+74=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71714A is #8E8EB5. Grayscale: #6C6C6C. Windows color (decimal): -9342646 or 4878705. OLE color: 4878705.

HSL color Cylindrical-coordinate representation of color #71714A: hue angle of 60º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71714A is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11311374-
CMYK000.350.56
HSL60º20.86%36.67%-
HSV(B)60º34.51%44.31%-
XYZ13.9515.828.8-
YUV108.55108.5131.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=37.67%
G=37.67%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311374000.350.566020.8636.67
Hex71714A0023383c1525
Octal161161112004370742545
Binary1110001111000110010100010001111100011110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71714A; }

 p { color: rgb(113,113,74); }

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

<style>
 a { background-color: #71714A; }

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

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

<style>
 span { border-color: #71714A; }

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

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