#82875A

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

Shades of Finch #82875A

Tints of Finch #82875A

Color information

#82875A (or 0x82875A) is unknown color: approx Finch. HEX triplet: 82, 87 and 5A. RGB value is (130,135,90). Sum of RGB (Red+Green+Blue) = 130+135+90=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #82875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82875A is #7D78A5. Grayscale: #808080. Windows color (decimal): -8222886 or 5932930. OLE color: 5932930.

HSL color Cylindrical-coordinate representation of color #82875A: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82875A is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13013590-
CMYK0.0400.330.47
HSL66.67º20%44.12%-
HSV(B)66.67º33.33%52.94%-
XYZ19.7222.8113.04-
YUV128.37106.34129.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=36.62%
G=38.03%
B=25.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135900.0400.330.4766.672044.12
Hex82875A40212F43142c
Octal2022071324041571032454
Binary100000101000011110110101000100001101111100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,135,90); }

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

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

 a { background-color: rgb(130,135,90); }

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

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

 span { border-color: rgb(130,135,90); }

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