#828756

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

Shades of Finch #828756

Tints of Finch #828756

Color information

#828756 (or 0x828756) is unknown color: approx Finch. HEX triplet: 82, 87 and 56. RGB value is (130,135,86). Sum of RGB (Red+Green+Blue) = 130+135+86=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #828756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828756 is #7D78A9. Grayscale: #808080. Windows color (decimal): -8222890 or 5670786. OLE color: 5670786.

HSL color Cylindrical-coordinate representation of color #828756: hue angle of 66.12º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828756 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13013586-
CMYK0.0400.360.47
HSL66.12º22.17%43.33%-
HSV(B)66.12º36.3%52.94%-
XYZ19.5522.7512.16-
YUV127.92104.34129.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=37.04%
G=38.46%
B=24.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135860.0400.360.4766.1222.1743.33
Hex82875640242F42162b
Octal2022071264044571022653
Binary100000101000011110101101000100100101111100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828756; }

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

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

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

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

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

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

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

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