#82825C

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

Shades of Bandicoot #82825C

Tints of Bandicoot #82825C

Color information

#82825C (or 0x82825C) is unknown color: approx Bandicoot. HEX triplet: 82, 82 and 5C. RGB value is (130,130,92). Sum of RGB (Red+Green+Blue) = 130+130+92=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82825C is #7D7DA3. Grayscale: #7D7D7D. Windows color (decimal): -8224164 or 6062722. OLE color: 6062722.

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

Color convert

RGB13013092-
CMYK000.290.49
HSL60º17.12%43.53%-
HSV(B)60º29.23%50.98%-
XYZ19.1221.4813.26-
YUV125.67109131.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=36.93%
G=36.93%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013092000.290.496017.1243.53
Hex82825C001D313c112c
Octal202202134003561742154
Binary10000010100000101011100001110111000111110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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