#82855A

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

Shades of Finch #82855A

Tints of Finch #82855A

Color information

#82855A (or 0x82855A) is unknown color: approx Finch. HEX triplet: 82, 85 and 5A. RGB value is (130,133,90). Sum of RGB (Red+Green+Blue) = 130+133+90=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #82855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82855A is #7D7AA5. Grayscale: #7F7F7F. Windows color (decimal): -8223398 or 5932418. OLE color: 5932418.

HSL color Cylindrical-coordinate representation of color #82855A: hue angle of 64.19º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82855A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB13013390-
CMYK0.0200.320.48
HSL64.19º19.28%43.73%-
HSV(B)64.19º32.33%52.16%-
XYZ19.4422.2612.94-
YUV127.2107.01130-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=36.83%
G=37.68%
B=25.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133900.0200.320.4864.1919.2843.73
Hex82855A20203040132c
Octal2022051322040601002354
Binary10000010100001011011010100100000110000100000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82855A; }

 p { color: rgb(130,133,90); }

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

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

 a { background-color: rgb(130,133,90); }

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

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

 span { border-color: rgb(130,133,90); }

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