#808C52

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

Shades of Finch #808C52

Tints of Finch #808C52

Color information

#808C52 (or 0x808C52) is unknown color: approx Finch. HEX triplet: 80, 8C and 52. RGB value is (128,140,82). Sum of RGB (Red+Green+Blue) = 128+140+82=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #808C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C52 is #7F73AD. Grayscale: #828282. Windows color (decimal): -8352686 or 5409920. OLE color: 5409920.

HSL color Cylindrical-coordinate representation of color #808C52: hue angle of 72.41º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808C52 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB12814082-
CMYK0.0900.410.45
HSL72.41º26.13%43.53%-
HSV(B)72.41º41.43%54.9%-
XYZ19.823.9511.56-
YUV129.8101.02126.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=36.57%
G=40%
B=23.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128140820.0900.410.4572.4126.1343.53
Hex808C5290292D481a2c
Octal20021412211051551103254
Binary1000000010001100101001010010101001101101100100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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