#808452

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

Shades of Finch #808452

Tints of Finch #808452

Color information

#808452 (or 0x808452) is unknown color: approx Finch. HEX triplet: 80, 84 and 52. RGB value is (128,132,82). Sum of RGB (Red+Green+Blue) = 128+132+82=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #808452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808452 is #7F7BAD. Grayscale: #7D7D7D. Windows color (decimal): -8354734 or 5407872. OLE color: 5407872.

HSL color Cylindrical-coordinate representation of color #808452: hue angle of 64.8º degrees, saturation: 0.23, 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 #808452 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB12813282-
CMYK0.0300.380.48
HSL64.8º23.36%41.96%-
HSV(B)64.8º37.88%51.76%-
XYZ18.6821.711.19-
YUV125.1103.67130.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=37.43%
G=38.60%
B=23.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132820.0300.380.4864.823.3641.96
Hex80845230263041172a
Octal2002041223046601012752
Binary10000000100001001010010110100110110000100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808452; }

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

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

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

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

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

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

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

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