Html Css Color HEX #716F48 Hemlock

📋 copy color: '#716F48'

red 113 ◦ green 111 ◦ blue 72

#716F48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #716F48

Tints of Hemlock #716F48

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 value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#716F48 (or 0x716F48) is known color: 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

RGB 113 111 72 -
CMYK 0 0.02 0.36 0.56
HSL 57.07º 0.22% 0.36% -
HSV(B) 57.07º 0.36% 0.44% -
XYZ 13.66 15.35 8.37 -
YUV 107.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 113 111 72 0 0.02 0.36 0.56 57.07 0.22 0.36
Hex 71 6F 48 0 2 24 38 39 16 24
Octal 161 157 110 0 2 44 70 71 26 44
Binary 1110001 1101111 1001000 0 10 100100 111000 111001 10110 100100

Color Harmonies of #716F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F48

Black with #716F48

Text Example


Text Example

White with #716F48

Text Example


Text Example

HTML Codes & Css Web 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>