#808553

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

Shades of Finch #808553

Tints of Finch #808553

Color information

#808553 (or 0x808553) is unknown color: approx Finch. HEX triplet: 80, 85 and 53. RGB value is (128,133,83). Sum of RGB (Red+Green+Blue) = 128+133+83=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #808553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808553 is #7F7AAC. Grayscale: #7E7E7E. Windows color (decimal): -8354477 or 5473664. OLE color: 5473664.

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

Color convert

RGB12813383-
CMYK0.0400.380.48
HSL66º23.15%42.35%-
HSV(B)66º37.59%52.16%-
XYZ18.8521.9911.43-
YUV125.8103.84129.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=37.21%
G=38.66%
B=24.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133830.0400.380.486623.1542.35
Hex80855340263042172a
Octal2002051234046601022752
Binary100000001000010110100111000100110110000100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808553; }

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

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

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

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

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

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

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

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