#808A5A

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

Shades of Finch #808A5A

Tints of Finch #808A5A

Color information

#808A5A (or 0x808A5A) is unknown color: approx Finch. HEX triplet: 80, 8A and 5A. RGB value is (128,138,90). Sum of RGB (Red+Green+Blue) = 128+138+90=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #808A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A5A is #7F75A5. Grayscale: #818181. Windows color (decimal): -8353190 or 5933696. OLE color: 5933696.

HSL color Cylindrical-coordinate representation of color #808A5A: hue angle of 72.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808A5A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB12813890-
CMYK0.0700.350.46
HSL72.5º21.05%44.71%-
HSV(B)72.5º34.78%54.12%-
XYZ19.8423.513.16-
YUV129.54105.69126.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=35.96%
G=38.76%
B=25.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128138900.0700.350.4672.521.0544.71
Hex808A5A70232E48152d
Octal2002121327043561102555
Binary100000001000101010110101110100011101110100100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A5A; }

 p { color: rgb(128,138,90); }

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

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

 a { background-color: rgb(128,138,90); }

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

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

 span { border-color: rgb(128,138,90); }

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