#716F48

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

Shades of Hemlock #716F48

Tints of Hemlock #716F48

Color information

#716F48 (or 0x716F48) is unknown color: approx Hemlock. HEX triplet: 71, 6F and 48. RGB value is (113,111,72). Sum of RGB (Red+Green+Blue) = 113+111+72=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F48 is #8E90B7. Grayscale: #6B6B6B. Windows color (decimal): -9343160 or 4747121. OLE color: 4747121.

HSL color Cylindrical-coordinate representation of color #716F48: hue angle of 57.07º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716F48 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB11311172-
CMYK00.020.360.56
HSL57.07º22.16%36.27%-
HSV(B)57.07º36.28%44.31%-
XYZ13.6615.358.37-
YUV107.15108.16132.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=38.18%
G=37.5%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131117200.020.360.5657.0722.1636.27
Hex716F48022438391624
Octal161157110024470712644
Binary11100011101111100100001010010011100011100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716F48; }

 p { color: rgb(113,111,72); }

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

<style>
 a { background-color: #716F48; }

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

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

<style>
 span { border-color: #716F48; }

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

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