#82806D

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

Shades of Bandicoot #82806D

Tints of Bandicoot #82806D

Color information

#82806D (or 0x82806D) is unknown color: approx Bandicoot. HEX triplet: 82, 80 and 6D. RGB value is (130,128,109). Sum of RGB (Red+Green+Blue) = 130+128+109=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #82806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82806D is #7D7F92. Grayscale: #7E7E7E. Windows color (decimal): -8224659 or 7176322. OLE color: 7176322.

HSL color Cylindrical-coordinate representation of color #82806D: hue angle of 54.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82806D is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB130128109-
CMYK00.020.160.49
HSL54.29º8.79%46.86%-
HSV(B)54.29º16.15%50.98%-
XYZ19.6921.2917.54-
YUV126.43118.16130.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=35.42%
G=34.88%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012810900.020.160.4954.298.7946.86
Hex82806D0210313692f
Octal202200155022061661157
Binary10000010100000001101101010100001100011101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82806D; }

 p { color: rgb(130,128,109); }

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

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

 a { background-color: rgb(130,128,109); }

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

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

 span { border-color: rgb(130,128,109); }

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