#80845D

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

Shades of Finch #80845D

Tints of Finch #80845D

Color information

#80845D (or 0x80845D) is unknown color: approx Finch. HEX triplet: 80, 84 and 5D. RGB value is (128,132,93). Sum of RGB (Red+Green+Blue) = 128+132+93=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #80845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80845D is #7F7BA2. Grayscale: #7E7E7E. Windows color (decimal): -8354723 or 6128768. OLE color: 6128768.

HSL color Cylindrical-coordinate representation of color #80845D: hue angle of 66.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80845D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB12813293-
CMYK0.0300.300.48
HSL66.15º17.33%44.12%-
HSV(B)66.15º29.55%51.76%-
XYZ19.1321.8813.57-
YUV126.36109.17129.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=36.26%
G=37.39%
B=26.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132930.0300.300.4866.1517.3344.12
Hex80845D301E3042112c
Octal2002041353036601022154
Binary1000000010000100101110111011110110000100001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80845D; }

 p { color: rgb(128,132,93); }

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

<style>
 a { background-color: #80845D; }

 a { background-color: rgb(128,132,93); }

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

<style>
 span { border-color: #80845D; }

 span { border-color: rgb(128,132,93); }

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