#808E52

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

Shades of Finch #808E52

Tints of Finch #808E52

Color information

#808E52 (or 0x808E52) is unknown color: approx Finch. HEX triplet: 80, 8E and 52. RGB value is (128,142,82). Sum of RGB (Red+Green+Blue) = 128+142+82=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #808E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E52 is #7F71AD. Grayscale: #838383. Windows color (decimal): -8352174 or 5410432. OLE color: 5410432.

HSL color Cylindrical-coordinate representation of color #808E52: hue angle of 74º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808E52 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB12814282-
CMYK0.1000.420.44
HSL74º26.79%43.92%-
HSV(B)74º42.25%55.69%-
XYZ20.124.5411.66-
YUV130.97100.36125.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=36.36%
G=40.34%
B=23.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128142820.1000.420.447426.7943.92
Hex808E52A02A2C4a1b2c
Octal20021612212052541123354
Binary1000000010001110101001010100101010101100100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808E52; }

 p { color: rgb(128,142,82); }

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

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

 a { background-color: rgb(128,142,82); }

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

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

 span { border-color: rgb(128,142,82); }

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