#828957

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

Shades of Finch #828957

Tints of Finch #828957

Color information

#828957 (or 0x828957) is unknown color: approx Finch. HEX triplet: 82, 89 and 57. RGB value is (130,137,87). Sum of RGB (Red+Green+Blue) = 130+137+87=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #828957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828957 is #7D76A8. Grayscale: #818181. Windows color (decimal): -8222377 or 5736834. OLE color: 5736834.

HSL color Cylindrical-coordinate representation of color #828957: hue angle of 68.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828957 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB13013787-
CMYK0.0500.360.46
HSL68.4º22.32%43.92%-
HSV(B)68.4º36.5%53.73%-
XYZ19.8723.3312.47-
YUV129.21104.18128.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=36.72%
G=38.70%
B=24.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137870.0500.360.4668.422.3243.92
Hex82895750242E44162c
Octal2022111275044561042654
Binary100000101000100110101111010100100101110100010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828957; }

 p { color: rgb(130,137,87); }

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

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

 a { background-color: rgb(130,137,87); }

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

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

 span { border-color: rgb(130,137,87); }

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