#828552

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

Shades of Finch #828552

Tints of Finch #828552

Color information

#828552 (or 0x828552) is unknown color: approx Finch. HEX triplet: 82, 85 and 52. RGB value is (130,133,82). Sum of RGB (Red+Green+Blue) = 130+133+82=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #828552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828552 is #7D7AAD. Grayscale: #7E7E7E. Windows color (decimal): -8223406 or 5408130. OLE color: 5408130.

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

Color convert

RGB13013382-
CMYK0.0200.380.48
HSL63.53º23.72%42.16%-
HSV(B)63.53º38.35%52.16%-
XYZ19.1222.1311.25-
YUV126.29103.01130.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=37.68%
G=38.55%
B=23.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133820.0200.380.4863.5323.7242.16
Hex82855220263040182a
Octal2022051222046601003052
Binary10000010100001011010010100100110110000100000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828552; }

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

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

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

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

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

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

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

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