#828063

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

Shades of Bandicoot #828063

Tints of Bandicoot #828063

Color information

#828063 (or 0x828063) is unknown color: approx Bandicoot. HEX triplet: 82, 80 and 63. RGB value is (130,128,99). Sum of RGB (Red+Green+Blue) = 130+128+99=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #828063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828063 is #7D7F9C. Grayscale: #7D7D7D. Windows color (decimal): -8224669 or 6520962. OLE color: 6520962.

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

Color convert

RGB13012899-
CMYK00.020.240.49
HSL56.13º13.54%44.9%-
HSV(B)56.13º23.85%50.98%-
XYZ19.1821.0914.86-
YUV125.29113.16131.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=36.41%
G=35.85%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301289900.020.240.4956.1313.5444.9
Hex82806302183138e2d
Octal202200143023061701655
Binary10000010100000001100011010110001100011110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828063; }

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

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

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

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

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

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

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

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