#80864F

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

Shades of Finch #80864F

Tints of Finch #80864F

Color information

#80864F (or 0x80864F) is unknown color: approx Finch. HEX triplet: 80, 86 and 4F. RGB value is (128,134,79). Sum of RGB (Red+Green+Blue) = 128+134+79=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #80864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80864F is #7F79B0. Grayscale: #7E7E7E. Windows color (decimal): -8354225 or 5211776. OLE color: 5211776.

HSL color Cylindrical-coordinate representation of color #80864F: hue angle of 66.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80864F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB12813479-
CMYK0.0400.410.47
HSL66.55º25.82%41.76%-
HSV(B)66.55º41.04%52.55%-
XYZ18.8422.210.69-
YUV125.94101.51129.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=37.54%
G=39.30%
B=23.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134790.0400.410.4766.5525.8241.76
Hex80864F40292F431a2a
Octal2002061174051571033252
Binary100000001000011010011111000101001101111100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80864F; }

 p { color: rgb(128,134,79); }

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

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

 a { background-color: rgb(128,134,79); }

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

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

 span { border-color: rgb(128,134,79); }

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