#828556

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

Shades of Finch #828556

Tints of Finch #828556

Color information

#828556 (or 0x828556) is unknown color: approx Finch. HEX triplet: 82, 85 and 56. RGB value is (130,133,86). Sum of RGB (Red+Green+Blue) = 130+133+86=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #828556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828556 is #7D7AA9. Grayscale: #7E7E7E. Windows color (decimal): -8223402 or 5670274. OLE color: 5670274.

HSL color Cylindrical-coordinate representation of color #828556: hue angle of 63.83º 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 #828556 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13013386-
CMYK0.0200.350.48
HSL63.83º21.46%42.94%-
HSV(B)63.83º35.34%52.16%-
XYZ19.2722.1912.07-
YUV126.74105.01130.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=37.25%
G=38.11%
B=24.64%

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
Decimal130133860.0200.350.4863.8321.4642.94
Hex82855620233040152b
Octal2022051262043601002553
Binary10000010100001011010110100100011110000100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828556; }

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

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

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

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

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

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

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

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