#808350

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

Shades of Finch #808350

Tints of Finch #808350

Color information

#808350 (or 0x808350) is unknown color: approx Finch. HEX triplet: 80, 83 and 50. RGB value is (128,131,80). Sum of RGB (Red+Green+Blue) = 128+131+80=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #808350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808350 is #7F7CAF. Grayscale: #7C7C7C. Windows color (decimal): -8354992 or 5276544. OLE color: 5276544.

HSL color Cylindrical-coordinate representation of color #808350: hue angle of 63.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808350 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB12813180-
CMYK0.0200.390.49
HSL63.53º24.17%41.37%-
HSV(B)63.53º38.93%51.37%-
XYZ18.4721.410.75-
YUV124.29103.01130.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=37.76%
G=38.64%
B=23.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131800.0200.390.4963.5324.1741.37
Hex808350202731401829
Octal2002031202047611003051
Binary10000000100000111010000100100111110001100000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808350; }

 p { color: rgb(128,131,80); }

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

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

 a { background-color: rgb(128,131,80); }

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

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

 span { border-color: rgb(128,131,80); }

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