#808851

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

Shades of Finch #808851

Tints of Finch #808851

Color information

#808851 (or 0x808851) is unknown color: approx Finch. HEX triplet: 80, 88 and 51. RGB value is (128,136,81). Sum of RGB (Red+Green+Blue) = 128+136+81=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #808851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808851 is #7F77AE. Grayscale: #7F7F7F. Windows color (decimal): -8353711 or 5343360. OLE color: 5343360.

HSL color Cylindrical-coordinate representation of color #808851: hue angle of 68.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808851 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12813681-
CMYK0.0600.400.47
HSL68.73º25.35%42.55%-
HSV(B)68.73º40.44%53.33%-
XYZ19.1922.7911.17-
YUV127.34101.85128.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=37.10%
G=39.42%
B=23.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136810.0600.400.4768.7325.3542.55
Hex80885160282F45192b
Octal2002101216050571053153
Binary100000001000100010100011100101000101111100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808851; }

 p { color: rgb(128,136,81); }

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

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

 a { background-color: rgb(128,136,81); }

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

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

 span { border-color: rgb(128,136,81); }

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