#808955

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

Shades of Finch #808955

Tints of Finch #808955

Color information

#808955 (or 0x808955) is unknown color: approx Finch. HEX triplet: 80, 89 and 55. RGB value is (128,137,85). Sum of RGB (Red+Green+Blue) = 128+137+85=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #808955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808955 is #7F76AA. Grayscale: #808080. Windows color (decimal): -8353451 or 5605760. OLE color: 5605760.

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

Color convert

RGB12813785-
CMYK0.0700.380.46
HSL70.38º23.42%43.53%-
HSV(B)70.38º37.96%53.73%-
XYZ19.4923.1412.03-
YUV128.38103.52127.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=36.57%
G=39.14%
B=24.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137850.0700.380.4670.3823.4243.53
Hex80895570262E46172c
Octal2002111257046561062754
Binary100000001000100110101011110100110101110100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808955; }

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

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

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

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

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

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

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

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