#808559

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

Shades of Finch #808559

Tints of Finch #808559

Color information

#808559 (or 0x808559) is unknown color: approx Finch. HEX triplet: 80, 85 and 59. RGB value is (128,133,89). Sum of RGB (Red+Green+Blue) = 128+133+89=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #808559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808559 is #7F7AA6. Grayscale: #7E7E7E. Windows color (decimal): -8354471 or 5866880. OLE color: 5866880.

HSL color Cylindrical-coordinate representation of color #808559: hue angle of 66.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #808559 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB12813389-
CMYK0.0400.330.48
HSL66.82º19.82%43.53%-
HSV(B)66.82º33.08%52.16%-
XYZ19.0922.0912.71-
YUV126.49106.84129.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=36.57%
G=38%
B=25.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133890.0400.330.4866.8219.8243.53
Hex80855940213043142c
Octal2002051314041601032454
Binary100000001000010110110011000100001110000100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808559; }

 p { color: rgb(128,133,89); }

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

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

 a { background-color: rgb(128,133,89); }

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

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

 span { border-color: rgb(128,133,89); }

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