#828265

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

Shades of Bandicoot #828265

Tints of Bandicoot #828265

Color information

#828265 (or 0x828265) is unknown color: approx Bandicoot. HEX triplet: 82, 82 and 65. RGB value is (130,130,101). Sum of RGB (Red+Green+Blue) = 130+130+101=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828265 is #7D7D9A. Grayscale: #7E7E7E. Windows color (decimal): -8224155 or 6652546. OLE color: 6652546.

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

Color convert

RGB130130101-
CMYK000.220.49
HSL60º12.55%45.29%-
HSV(B)60º22.31%50.98%-
XYZ19.5421.6515.46-
YUV126.69113.5130.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=36.01%
G=36.01%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130101000.220.496012.5545.29
Hex8282650016313cd2d
Octal202202145002661741555
Binary1000001010000010110010100101101100011111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828265; }

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

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

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

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

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

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

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

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