#71704A

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

Shades of Hemlock #71704A

Tints of Hemlock #71704A

Color information

#71704A (or 0x71704A) is unknown color: approx Hemlock. HEX triplet: 71, 70 and 4A. RGB value is (113,112,74). Sum of RGB (Red+Green+Blue) = 113+112+74=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #71704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71704A is #8E8FB5. Grayscale: #6C6C6C. Windows color (decimal): -9342902 or 4878449. OLE color: 4878449.

HSL color Cylindrical-coordinate representation of color #71704A: hue angle of 58.46º 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 #71704A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11311274-
CMYK00.010.350.56
HSL58.46º20.86%36.67%-
HSV(B)58.46º34.51%44.31%-
XYZ13.8415.598.76-
YUV107.97108.83131.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=37.79%
G=37.46%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131127400.010.350.5658.4620.8636.67
Hex71704A0123383a1525
Octal161160112014370722545
Binary1110001111000010010100110001111100011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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