#82806F

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

Shades of Bandicoot #82806F

Tints of Bandicoot #82806F

Color information

#82806F (or 0x82806F) is unknown color: approx Bandicoot. HEX triplet: 82, 80 and 6F. RGB value is (130,128,111). Sum of RGB (Red+Green+Blue) = 130+128+111=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82806F is #7D7F90. Grayscale: #7E7E7E. Windows color (decimal): -8224657 or 7307394. OLE color: 7307394.

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

Color convert

RGB130128111-
CMYK00.020.150.49
HSL53.68º7.88%47.25%-
HSV(B)53.68º14.62%50.98%-
XYZ19.7921.3318.11-
YUV126.66119.16130.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=35.23%
G=34.69%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012811100.020.150.4953.687.8847.25
Hex82806F02F313682f
Octal202200157021761661057
Binary1000001010000000110111101011111100011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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