#82835E

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

Shades of Bandicoot #82835E

Tints of Bandicoot #82835E

Color information

#82835E (or 0x82835E) is unknown color: approx Bandicoot. HEX triplet: 82, 83 and 5E. RGB value is (130,131,94). Sum of RGB (Red+Green+Blue) = 130+131+94=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #82835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82835E is #7D7CA1. Grayscale: #7E7E7E. Windows color (decimal): -8223906 or 6194050. OLE color: 6194050.

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

Color convert

RGB13013194-
CMYK0.0100.280.49
HSL61.62º16.44%44.12%-
HSV(B)61.62º28.24%51.37%-
XYZ19.3421.7913.78-
YUV126.48109.67130.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=36.62%
G=36.90%
B=26.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131940.0100.280.4961.6216.4444.12
Hex82835E101C313e102c
Octal202203136103461762054
Binary10000010100000111011110101110011000111111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82835E; }

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

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

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

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

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

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

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

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