#80884E

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

Shades of Finch #80884E

Tints of Finch #80884E

Color information

#80884E (or 0x80884E) is unknown color: approx Finch. HEX triplet: 80, 88 and 4E. RGB value is (128,136,78). Sum of RGB (Red+Green+Blue) = 128+136+78=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #80884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80884E is #7F77B1. Grayscale: #7F7F7F. Windows color (decimal): -8353714 or 5146752. OLE color: 5146752.

HSL color Cylindrical-coordinate representation of color #80884E: hue angle of 68.28º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80884E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB12813678-
CMYK0.0600.430.47
HSL68.28º27.1%41.96%-
HSV(B)68.28º42.65%53.33%-
XYZ19.0822.7510.59-
YUV127100.35128.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=37.43%
G=39.77%
B=22.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136780.0600.430.4768.2827.141.96
Hex80884E602B2F441b2a
Octal2002101166053571043352
Binary100000001000100010011101100101011101111100010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80884E; }

 p { color: rgb(128,136,78); }

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

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

 a { background-color: rgb(128,136,78); }

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

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

 span { border-color: rgb(128,136,78); }

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