#80865C

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

Shades of Finch #80865C

Tints of Finch #80865C

Color information

#80865C (or 0x80865C) is unknown color: approx Finch. HEX triplet: 80, 86 and 5C. RGB value is (128,134,92). Sum of RGB (Red+Green+Blue) = 128+134+92=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #80865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80865C is #7F79A3. Grayscale: #7F7F7F. Windows color (decimal): -8354212 or 6063744. OLE color: 6063744.

HSL color Cylindrical-coordinate representation of color #80865C: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80865C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB12813492-
CMYK0.0400.310.47
HSL68.57º18.58%44.31%-
HSV(B)68.57º31.34%52.55%-
XYZ19.3622.4113.43-
YUV127.42108.01128.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=36.16%
G=37.85%
B=25.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134920.0400.310.4768.5718.5844.31
Hex80865C401F2F45132c
Octal2002061344037571052354
Binary10000000100001101011100100011111101111100010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80865C; }

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

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

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

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

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

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

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

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