#82864E

Color #82864E Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #82864E

Tints of Finch #82864E

Color information

#82864E (or 0x82864E) is unknown color: approx Finch. HEX triplet: 82, 86 and 4E. RGB value is (130,134,78). Sum of RGB (Red+Green+Blue) = 130+134+78=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #82864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82864E is #7D79B1. Grayscale: #7E7E7E. Windows color (decimal): -8223154 or 5146242. OLE color: 5146242.

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

Color convert

RGB13013478-
CMYK0.0300.420.47
HSL64.29º26.42%41.57%-
HSV(B)64.29º41.79%52.55%-
XYZ19.1122.3510.51-
YUV126.42100.67130.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=38.01%
G=39.18%
B=22.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134780.0300.420.4764.2926.4241.57
Hex82864E302A2F401a2a
Octal2022061163052571003252
Binary10000010100001101001110110101010101111100000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82864E;
 }
 .AnyTagClassName
 {
   color: #82864E;
 }
</style>
background-color css

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

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

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

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

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

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