#808853

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

Shades of Finch #808853

Tints of Finch #808853

Color information

#808853 (or 0x808853) is unknown color: approx Finch. HEX triplet: 80, 88 and 53. RGB value is (128,136,83). Sum of RGB (Red+Green+Blue) = 128+136+83=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #808853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808853 is #7F77AC. Grayscale: #7F7F7F. Windows color (decimal): -8353709 or 5474432. OLE color: 5474432.

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

Color convert

RGB12813683-
CMYK0.0600.390.47
HSL69.06º24.2%42.94%-
HSV(B)69.06º38.97%53.33%-
XYZ19.2722.8211.57-
YUV127.57102.85128.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=36.89%
G=39.19%
B=23.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136830.0600.390.4769.0624.242.94
Hex80885360272F45182b
Octal2002101236047571053053
Binary100000001000100010100111100100111101111100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808853; }

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

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

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

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

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

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

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

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