#80854E

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

Shades of Finch #80854E

Tints of Finch #80854E

Color information

#80854E (or 0x80854E) is unknown color: approx Finch. HEX triplet: 80, 85 and 4E. RGB value is (128,133,78). Sum of RGB (Red+Green+Blue) = 128+133+78=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #80854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80854E is #7F7AB1. Grayscale: #7D7D7D. Windows color (decimal): -8354482 or 5145984. OLE color: 5145984.

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

Color convert

RGB12813378-
CMYK0.0400.410.48
HSL65.45º26.07%41.37%-
HSV(B)65.45º41.35%52.16%-
XYZ18.6621.9110.45-
YUV125.23101.34129.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=37.76%
G=39.23%
B=23.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133780.0400.410.4865.4526.0741.37
Hex80854E402930411a29
Octal2002051164051601013251
Binary100000001000010110011101000101001110000100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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