Html Css Color HEX #71713E Hemlock

📋 copy color: '#71713E'

red 113 ◦ green 113 ◦ blue 62

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

Shades of Hemlock #71713E

Tints of Hemlock #71713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 39.24%
G = 39.24%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71713E (or 0x71713E) is known color: Hemlock. HEX triplet: 71, 71 and 3E. RGB value is (113,113,62). Sum of RGB (Red+Green+Blue) = 113+113+62=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71713E is #8E8EC1. Grayscale: #6B6B6B. Windows color (decimal): -9342658 or 4092273. OLE color: 4092273.

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

Color convert

RGB 113 113 62 -
CMYK 0 0 0.45 0.56
HSL 60º 0.29% 0.34% -
HSV(B) 60º 0.45% 0.44% -
XYZ 13.58 15.67 6.87 -
YUV 107.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 113 113 62 0 0 0.45 0.56 60 0.29 0.34
Hex 71 71 3E 0 0 2D 38 3C 1D 22
Octal 161 161 76 0 0 55 70 74 35 42
Binary 1110001 1110001 111110 0 0 101101 111000 111100 11101 100010

Color Harmonies of #71713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71713E

Black with #71713E

Text Example


Text Example

White with #71713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71713E;
 }
 .AnyTagClassName
 {
   color: #71713E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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