#82874F

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

Shades of Finch #82874F

Tints of Finch #82874F

Color information

#82874F (or 0x82874F) is unknown color: approx Finch. HEX triplet: 82, 87 and 4F. RGB value is (130,135,79). Sum of RGB (Red+Green+Blue) = 130+135+79=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #82874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82874F is #7D78B0. Grayscale: #7F7F7F. Windows color (decimal): -8222897 or 5212034. OLE color: 5212034.

HSL color Cylindrical-coordinate representation of color #82874F: hue angle of 65.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82874F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13013579-
CMYK0.0400.410.47
HSL65.36º26.17%41.96%-
HSV(B)65.36º41.48%52.94%-
XYZ19.2822.6410.75-
YUV127.12100.84130.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=37.79%
G=39.24%
B=22.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135790.0400.410.4765.3626.1741.96
Hex82874F40292F411a2a
Octal2022071174051571013252
Binary100000101000011110011111000101001101111100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82874F; }

 p { color: rgb(130,135,79); }

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

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

 a { background-color: rgb(130,135,79); }

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

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

 span { border-color: rgb(130,135,79); }

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