#808959

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

Shades of Finch #808959

Tints of Finch #808959

Color information

#808959 (or 0x808959) is unknown color: approx Finch. HEX triplet: 80, 89 and 59. RGB value is (128,137,89). Sum of RGB (Red+Green+Blue) = 128+137+89=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #808959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808959 is #7F76A6. Grayscale: #818181. Windows color (decimal): -8353447 or 5867904. OLE color: 5867904.

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

Color convert

RGB12813789-
CMYK0.0700.350.46
HSL71.25º21.24%44.31%-
HSV(B)71.25º35.04%53.73%-
XYZ19.6523.212.89-
YUV128.84105.52127.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=36.16%
G=38.70%
B=25.14%

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
Decimal128137890.0700.350.4671.2521.2444.31
Hex80895970232E47152c
Octal2002111317043561072554
Binary100000001000100110110011110100011101110100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808959; }

 p { color: rgb(128,137,89); }

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

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

 a { background-color: rgb(128,137,89); }

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

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

 span { border-color: rgb(128,137,89); }

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