#808A51

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

Shades of Finch #808A51

Tints of Finch #808A51

Color information

#808A51 (or 0x808A51) is unknown color: approx Finch. HEX triplet: 80, 8A and 51. RGB value is (128,138,81). Sum of RGB (Red+Green+Blue) = 128+138+81=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #808A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A51 is #7F75AE. Grayscale: #808080. Windows color (decimal): -8353199 or 5343872. OLE color: 5343872.

HSL color Cylindrical-coordinate representation of color #808A51: hue angle of 70.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808A51 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB12813881-
CMYK0.0700.410.46
HSL70.53º26.03%42.94%-
HSV(B)70.53º41.3%54.12%-
XYZ19.4823.3611.27-
YUV128.51101.19127.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=36.89%
G=39.77%
B=23.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128138810.0700.410.4670.5326.0342.94
Hex808A5170292E471a2b
Octal2002121217051561073253
Binary100000001000101010100011110101001101110100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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