Html Css Color HEX #82864F Finch

📋 copy color: '#82864F'

red 130 ◦ green 134 ◦ blue 79

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

Shades of Finch #82864F

Tints of Finch #82864F

RGB

 RED value IS 130 (51.17% from 255) = 37.9%

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 37.9%
G = 39.07%
B = 23.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#82864F (or 0x82864F) is known color: Finch. HEX triplet: 82, 86 and 4F. RGB value is (130,134,79). Sum of RGB (Red+Green+Blue) = 130+134+79=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #82864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82864F is #7D79B0. Grayscale: #7E7E7E. Windows color (decimal): -8223153 or 5211778. OLE color: 5211778.

HSL color Cylindrical-coordinate representation of color #82864F: hue angle of 64.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82864F is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 79 -
CMYK 0.03 0 0.41 0.47
HSL 64.36º 0.26% 0.42% -
HSV(B) 64.36º 0.41% 0.53% -
XYZ 19.14 22.36 10.7 -
YUV 126.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 130 134 79 0.03 0 0.41 0.47 64.36 0.26 0.42
Hex 82 86 4F 3 0 29 2F 40 1A 2A
Octal 202 206 117 3 0 51 57 100 32 52
Binary 10000010 10000110 1001111 11 0 101001 101111 1000000 11010 101010

Color Harmonies of #82864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82864F

Black with #82864F

Text Example


Text Example

White with #82864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82864F; }

 p { color: rgb(130,134,79); }

 H1.HeaderClassName
 {
   color: #82864F;
 }
 .AnyTagClassName
 {
   color: #82864F;
 }
</style>

background-color css

<style>
 a { background-color: #82864F; }

 a { background-color: rgb(130,134,79); }

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

border-color css

<style>
 span { border-color: #82864F; }

 span { border-color: rgb(130,134,79); }

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