#828360

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

Shades of Bandicoot #828360

Tints of Bandicoot #828360

Color information

#828360 (or 0x828360) is unknown color: approx Bandicoot. HEX triplet: 82, 83 and 60. RGB value is (130,131,96). Sum of RGB (Red+Green+Blue) = 130+131+96=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #828360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828360 is #7D7C9F. Grayscale: #7E7E7E. Windows color (decimal): -8223904 or 6325122. OLE color: 6325122.

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

Color convert

RGB13013196-
CMYK0.0100.270.49
HSL61.71º15.42%44.51%-
HSV(B)61.71º26.72%51.37%-
XYZ19.4321.8214.25-
YUV126.71110.67130.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=36.41%
G=36.69%
B=26.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131960.0100.270.4961.7115.4244.51
Hex828360101B313ef2d
Octal202203140103361761755
Binary1000001010000011110000010110111100011111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828360; }

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

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

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

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

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

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

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

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