#82825F

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

Shades of Bandicoot #82825F

Tints of Bandicoot #82825F

Color information

#82825F (or 0x82825F) is unknown color: approx Bandicoot. HEX triplet: 82, 82 and 5F. RGB value is (130,130,95). Sum of RGB (Red+Green+Blue) = 130+130+95=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82825F is #7D7DA0. Grayscale: #7E7E7E. Windows color (decimal): -8224161 or 6259330. OLE color: 6259330.

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

Color convert

RGB13013095-
CMYK000.270.49
HSL60º15.56%44.12%-
HSV(B)60º26.92%50.98%-
XYZ19.2521.5413.97-
YUV126.01110.5130.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=36.62%
G=36.62%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013095000.270.496015.5644.12
Hex82825F001B313c102c
Octal202202137003361742054
Binary10000010100000101011111001101111000111110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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