#808852

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

Shades of Finch #808852

Tints of Finch #808852

Color information

#808852 (or 0x808852) is unknown color: approx Finch. HEX triplet: 80, 88 and 52. RGB value is (128,136,82). Sum of RGB (Red+Green+Blue) = 128+136+82=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #808852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808852 is #7F77AD. Grayscale: #7F7F7F. Windows color (decimal): -8353710 or 5408896. OLE color: 5408896.

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

Color convert

RGB12813682-
CMYK0.0600.400.47
HSL68.89º24.77%42.75%-
HSV(B)68.89º39.71%53.33%-
XYZ19.2322.8111.37-
YUV127.45102.35128.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=36.99%
G=39.31%
B=23.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136820.0600.400.4768.8924.7742.75
Hex80885260282F45192b
Octal2002101226050571053153
Binary100000001000100010100101100101000101111100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808852; }

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

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

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

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

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

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

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

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