#808751

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

Shades of Finch #808751

Tints of Finch #808751

Color information

#808751 (or 0x808751) is unknown color: approx Finch. HEX triplet: 80, 87 and 51. RGB value is (128,135,81). Sum of RGB (Red+Green+Blue) = 128+135+81=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #808751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808751 is #7F78AE. Grayscale: #7E7E7E. Windows color (decimal): -8353967 or 5343104. OLE color: 5343104.

HSL color Cylindrical-coordinate representation of color #808751: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808751 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12813581-
CMYK0.0500.400.47
HSL67.78º25%42.35%-
HSV(B)67.78º40%52.94%-
XYZ19.0522.5111.13-
YUV126.75102.18128.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=37.21%
G=39.24%
B=23.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135810.0500.400.4767.782542.35
Hex80875150282F44192a
Octal2002071215050571043152
Binary100000001000011110100011010101000101111100010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808751; }

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

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

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

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

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

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

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

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