#808455

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

Shades of Finch #808455

Tints of Finch #808455

Color information

#808455 (or 0x808455) is unknown color: approx Finch. HEX triplet: 80, 84 and 55. RGB value is (128,132,85). Sum of RGB (Red+Green+Blue) = 128+132+85=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #808455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808455 is #7F7BAA. Grayscale: #7D7D7D. Windows color (decimal): -8354731 or 5604480. OLE color: 5604480.

HSL color Cylindrical-coordinate representation of color #808455: hue angle of 65.11º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808455 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB12813285-
CMYK0.0300.360.48
HSL65.11º21.66%42.55%-
HSV(B)65.11º35.61%51.76%-
XYZ18.7921.7511.8-
YUV125.45105.17129.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=37.10%
G=38.26%
B=24.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132850.0300.360.4865.1121.6642.55
Hex80845530243041162b
Octal2002041253044601012653
Binary10000000100001001010101110100100110000100000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808455; }

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

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

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

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

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

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

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

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