#828755

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

Shades of Finch #828755

Tints of Finch #828755

Color information

#828755 (or 0x828755) is unknown color: approx Finch. HEX triplet: 82, 87 and 55. RGB value is (130,135,85). Sum of RGB (Red+Green+Blue) = 130+135+85=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #828755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828755 is #7D78AA. Grayscale: #7F7F7F. Windows color (decimal): -8222891 or 5605250. OLE color: 5605250.

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

Color convert

RGB13013585-
CMYK0.0400.370.47
HSL66º22.73%43.14%-
HSV(B)66º37.04%52.94%-
XYZ19.5122.7311.95-
YUV127.8103.84129.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=37.14%
G=38.57%
B=24.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135850.0400.370.476622.7343.14
Hex82875540252F42172b
Octal2022071254045571022753
Binary100000101000011110101011000100101101111100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828755; }

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

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

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

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

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

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

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

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