#828557

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

Shades of Finch #828557

Tints of Finch #828557

Color information

#828557 (or 0x828557) is unknown color: approx Finch. HEX triplet: 82, 85 and 57. RGB value is (130,133,87). Sum of RGB (Red+Green+Blue) = 130+133+87=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #828557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828557 is #7D7AA8. Grayscale: #7F7F7F. Windows color (decimal): -8223401 or 5735810. OLE color: 5735810.

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

Color convert

RGB13013387-
CMYK0.0200.350.48
HSL63.91º20.91%43.14%-
HSV(B)63.91º34.59%52.16%-
XYZ19.3122.2112.29-
YUV126.86105.51130.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=37.14%
G=38%
B=24.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133870.0200.350.4863.9120.9143.14
Hex82855720233040152b
Octal2022051272043601002553
Binary10000010100001011010111100100011110000100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828557; }

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

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

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

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

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

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

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

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