#80855E

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

Shades of Finch #80855E

Tints of Finch #80855E

Color information

#80855E (or 0x80855E) is unknown color: approx Finch. HEX triplet: 80, 85 and 5E. RGB value is (128,133,94). Sum of RGB (Red+Green+Blue) = 128+133+94=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #80855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855E is #7F7AA1. Grayscale: #7F7F7F. Windows color (decimal): -8354466 or 6194560. OLE color: 6194560.

HSL color Cylindrical-coordinate representation of color #80855E: hue angle of 67.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80855E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB12813394-
CMYK0.0400.290.48
HSL67.69º17.18%44.51%-
HSV(B)67.69º29.32%52.16%-
XYZ19.3122.1713.85-
YUV127.06109.34128.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=36.06%
G=37.46%
B=26.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133940.0400.290.4867.6917.1844.51
Hex80855E401D3044112d
Octal2002051364035601042155
Binary10000000100001011011110100011101110000100010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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