Html Css Color HEX #71743D Hemlock

📋 copy color: '#71743D'

red 113 ◦ green 116 ◦ blue 61

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

Shades of Hemlock #71743D

Tints of Hemlock #71743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 38.97%
G = 40%
B = 21.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#71743D (or 0x71743D) is known color: Hemlock. HEX triplet: 71, 74 and 3D. RGB value is (113,116,61). Sum of RGB (Red+Green+Blue) = 113+116+61=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #71743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71743D is #8E8BC2. Grayscale: #6D6D6D. Windows color (decimal): -9341891 or 4027505. OLE color: 4027505.

HSL color Cylindrical-coordinate representation of color #71743D: hue angle of 63.27º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71743D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 61 -
CMYK 0.03 0 0.47 0.55
HSL 63.27º 0.31% 0.35% -
HSV(B) 63.27º 0.47% 0.45% -
XYZ 13.9 16.34 6.84 -
YUV 108.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 113 116 61 0.03 0 0.47 0.55 63.27 0.31 0.35
Hex 71 74 3D 3 0 2F 37 3F 1F 23
Octal 161 164 75 3 0 57 67 77 37 43
Binary 1110001 1110100 111101 11 0 101111 110111 111111 11111 100011

Color Harmonies of #71743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71743D

Black with #71743D

Text Example


Text Example

White with #71743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71743D; }

 p { color: rgb(113,116,61); }

 H1.HeaderClassName
 {
   color: #71743D;
 }
 .AnyTagClassName
 {
   color: #71743D;
 }
</style>

background-color css

<style>
 a { background-color: #71743D; }

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

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

border-color css

<style>
 span { border-color: #71743D; }

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

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