Html Css Color HEX #71824A Finch

📋 copy color: '#71824A'

red 113 ◦ green 130 ◦ blue 74

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

Shades of Finch #71824A

Tints of Finch #71824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 35.65%
G = 41.01%
B = 23.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#71824A (or 0x71824A) is known color: Finch. HEX triplet: 71, 82 and 4A. RGB value is (113,130,74). Sum of RGB (Red+Green+Blue) = 113+130+74=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #71824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71824A is #8E7DB5. Grayscale: #767676. Windows color (decimal): -9338294 or 4883057. OLE color: 4883057.

HSL color Cylindrical-coordinate representation of color #71824A: hue angle of 78.21º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71824A is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 74 -
CMYK 0.13 0 0.43 0.49
HSL 78.21º 0.27% 0.4% -
HSV(B) 78.21º 0.43% 0.51% -
XYZ 16.03 19.97 9.49 -
YUV 118.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 113 130 74 0.13 0 0.43 0.49 78.21 0.27 0.4
Hex 71 82 4A D 0 2B 31 4E 1B 28
Octal 161 202 112 15 0 53 61 116 33 50
Binary 1110001 10000010 1001010 1101 0 101011 110001 1001110 11011 101000

Color Harmonies of #71824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71824A

Black with #71824A

Text Example


Text Example

White with #71824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71824A; }

 p { color: rgb(113,130,74); }

 H1.HeaderClassName
 {
   color: #71824A;
 }
 .AnyTagClassName
 {
   color: #71824A;
 }
</style>

background-color css

<style>
 a { background-color: #71824A; }

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

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

border-color css

<style>
 span { border-color: #71824A; }

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

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