#71713F

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

Shades of Hemlock #71713F

Tints of Hemlock #71713F

Color information

#71713F (or 0x71713F) is unknown color: approx Hemlock. HEX triplet: 71, 71 and 3F. RGB value is (113,113,63). Sum of RGB (Red+Green+Blue) = 113+113+63=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71713F is #8E8EC0. Grayscale: #6B6B6B. Windows color (decimal): -9342657 or 4157809. OLE color: 4157809.

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

Color convert

RGB11311363-
CMYK000.440.56
HSL60º28.41%34.51%-
HSV(B)60º44.25%44.31%-
XYZ13.6115.687.01-
YUV107.3103132.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 63 (25% from 255) = 21.80%
R=39.10%
G=39.10%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311363000.440.566028.4134.51
Hex71713F002C383c1c23
Octal16116177005470743443
Binary111000111100011111110010110011100011110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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