#71714B

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

Shades of Hemlock #71714B

Tints of Hemlock #71714B

Color information

#71714B (or 0x71714B) is unknown color: approx Hemlock. HEX triplet: 71, 71 and 4B. RGB value is (113,113,75). Sum of RGB (Red+Green+Blue) = 113+113+75=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71714B is #8E8EB4. Grayscale: #6C6C6C. Windows color (decimal): -9342645 or 4944241. OLE color: 4944241.

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

Color convert

RGB11311375-
CMYK000.340.56
HSL60º20.21%36.86%-
HSV(B)60º33.63%44.31%-
XYZ13.9915.838.97-
YUV108.67109131.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=37.54%
G=37.54%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311375000.340.566020.2136.86
Hex71714B0022383c1425
Octal161161113004270742445
Binary1110001111000110010110010001011100011110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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