#82854D

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

Shades of Finch #82854D

Tints of Finch #82854D

Color information

#82854D (or 0x82854D) is unknown color: approx Finch. HEX triplet: 82, 85 and 4D. RGB value is (130,133,77). Sum of RGB (Red+Green+Blue) = 130+133+77=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #82854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82854D is #7D7AB2. Grayscale: #7D7D7D. Windows color (decimal): -8223411 or 5080450. OLE color: 5080450.

HSL color Cylindrical-coordinate representation of color #82854D: hue angle of 63.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82854D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13013377-
CMYK0.0200.420.48
HSL63.21º26.67%41.18%-
HSV(B)63.21º42.11%52.16%-
XYZ18.9322.0610.28-
YUV125.72100.51131.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=38.24%
G=39.12%
B=22.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133770.0200.420.4863.2126.6741.18
Hex82854D202A303f1b29
Octal202205115205260773351
Binary1000001010000101100110110010101011000011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,133,77); }

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

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

 a { background-color: rgb(130,133,77); }

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

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

 span { border-color: rgb(130,133,77); }

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