#808252

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

Shades of Finch #808252

Tints of Finch #808252

Color information

#808252 (or 0x808252) is unknown color: approx Finch. HEX triplet: 80, 82 and 52. RGB value is (128,130,82). Sum of RGB (Red+Green+Blue) = 128+130+82=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #808252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808252 is #7F7DAD. Grayscale: #7C7C7C. Windows color (decimal): -8355246 or 5407360. OLE color: 5407360.

HSL color Cylindrical-coordinate representation of color #808252: hue angle of 62.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808252 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB12813082-
CMYK0.0200.370.49
HSL62.5º22.64%41.57%-
HSV(B)62.5º36.92%50.98%-
XYZ18.4121.1611.1-
YUV123.93104.34130.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=37.65%
G=38.24%
B=24.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130820.0200.370.4962.522.6441.57
Hex8082522025313e172a
Octal200202122204561762752
Binary1000000010000010101001010010010111000111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808252; }

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

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

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

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

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

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

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

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