#82854E

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

Shades of Finch #82854E

Tints of Finch #82854E

Color information

#82854E (or 0x82854E) is unknown color: approx Finch. HEX triplet: 82, 85 and 4E. RGB value is (130,133,78). Sum of RGB (Red+Green+Blue) = 130+133+78=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #82854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82854E is #7D7AB1. Grayscale: #7E7E7E. Windows color (decimal): -8223410 or 5145986. OLE color: 5145986.

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

Color convert

RGB13013378-
CMYK0.0200.410.48
HSL63.27º26.07%41.37%-
HSV(B)63.27º41.35%52.16%-
XYZ18.9722.0710.47-
YUV125.83101.01130.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=38.12%
G=39.00%
B=22.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133780.0200.410.4863.2726.0741.37
Hex82854E2029303f1a29
Octal202205116205160773251
Binary1000001010000101100111010010100111000011111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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