#808752

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

Shades of Finch #808752

Tints of Finch #808752

Color information

#808752 (or 0x808752) is unknown color: approx Finch. HEX triplet: 80, 87 and 52. RGB value is (128,135,82). Sum of RGB (Red+Green+Blue) = 128+135+82=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #808752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808752 is #7F78AD. Grayscale: #7F7F7F. Windows color (decimal): -8353966 or 5408640. OLE color: 5408640.

HSL color Cylindrical-coordinate representation of color #808752: hue angle of 67.92º 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 #808752 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB12813582-
CMYK0.0500.390.47
HSL67.92º24.42%42.55%-
HSV(B)67.92º39.26%52.94%-
XYZ19.0922.5311.32-
YUV126.86102.68128.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=37.10%
G=39.13%
B=23.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135820.0500.390.4767.9224.4242.55
Hex80875250272F44182b
Octal2002071225047571043053
Binary100000001000011110100101010100111101111100010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808752; }

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

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

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

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

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

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

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

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