#828559

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

Shades of Finch #828559

Tints of Finch #828559

Color information

#828559 (or 0x828559) is unknown color: approx Finch. HEX triplet: 82, 85 and 59. RGB value is (130,133,89). Sum of RGB (Red+Green+Blue) = 130+133+89=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #828559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828559 is #7D7AA6. Grayscale: #7F7F7F. Windows color (decimal): -8223399 or 5866882. OLE color: 5866882.

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

Color convert

RGB13013389-
CMYK0.0200.330.48
HSL64.09º19.82%43.53%-
HSV(B)64.09º33.08%52.16%-
XYZ19.422.2412.72-
YUV127.09106.51130.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=36.93%
G=37.78%
B=25.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133890.0200.330.4864.0919.8243.53
Hex82855920213040142c
Octal2022051312041601002454
Binary10000010100001011011001100100001110000100000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828559; }

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

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

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

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

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

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

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

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