#828260

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

Shades of Bandicoot #828260

Tints of Bandicoot #828260

Color information

#828260 (or 0x828260) is unknown color: approx Bandicoot. HEX triplet: 82, 82 and 60. RGB value is (130,130,96). Sum of RGB (Red+Green+Blue) = 130+130+96=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828260 is #7D7D9F. Grayscale: #7E7E7E. Windows color (decimal): -8224160 or 6324866. OLE color: 6324866.

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

Color convert

RGB13013096-
CMYK000.260.49
HSL60º15.04%44.31%-
HSV(B)60º26.15%50.98%-
XYZ19.321.5614.21-
YUV126.12111130.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=36.52%
G=36.52%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013096000.260.496015.0444.31
Hex828260001A313cf2c
Octal202202140003261741754
Binary1000001010000010110000000110101100011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828260; }

 p { color: rgb(130,130,96); }

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

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

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

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

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

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

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