#828652

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

Shades of Finch #828652

Tints of Finch #828652

Color information

#828652 (or 0x828652) is unknown color: approx Finch. HEX triplet: 82, 86 and 52. RGB value is (130,134,82). Sum of RGB (Red+Green+Blue) = 130+134+82=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #828652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828652 is #7D79AD. Grayscale: #7F7F7F. Windows color (decimal): -8223150 or 5408386. OLE color: 5408386.

HSL color Cylindrical-coordinate representation of color #828652: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828652 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13013482-
CMYK0.0300.390.47
HSL64.62º24.07%42.35%-
HSV(B)64.62º38.81%52.55%-
XYZ19.2522.4111.29-
YUV126.88102.67130.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=37.57%
G=38.73%
B=23.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134820.0300.390.4764.6224.0742.35
Hex82865230272F41182a
Octal2022061223047571013052
Binary10000010100001101010010110100111101111100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828652; }

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

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

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

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

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

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

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

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