Html Css Color HEX #716F52 Hemlock

📋 copy color: '#716F52'

red 113 ◦ green 111 ◦ blue 82

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

Shades of Hemlock #716F52

Tints of Hemlock #716F52

RGB

 RED value IS 113 (44.53% from 255) = 36.93%

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 36.93%
G = 36.27%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716F52 (or 0x716F52) is known color: Hemlock. HEX triplet: 71, 6F and 52. RGB value is (113,111,82). Sum of RGB (Red+Green+Blue) = 113+111+82=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #716F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F52 is #8E90AD. Grayscale: #6C6C6C. Windows color (decimal): -9343150 or 5402481. OLE color: 5402481.

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

Color convert

RGB 113 111 82 -
CMYK 0 0.02 0.27 0.56
HSL 56.13º 0.16% 0.38% -
HSV(B) 56.13º 0.27% 0.44% -
XYZ 14.02 15.49 10.23 -
YUV 108.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 113 111 82 0 0.02 0.27 0.56 56.13 0.16 0.38
Hex 71 6F 52 0 2 1B 38 38 10 26
Octal 161 157 122 0 2 33 70 70 20 46
Binary 1110001 1101111 1010010 0 10 11011 111000 111000 10000 100110

Color Harmonies of #716F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F52

Black with #716F52

Text Example


Text Example

White with #716F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #716F52;
 }
 .AnyTagClassName
 {
   color: #716F52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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