#82815E

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

Shades of Bandicoot #82815E

Tints of Bandicoot #82815E

Color information

#82815E (or 0x82815E) is unknown color: approx Bandicoot. HEX triplet: 82, 81 and 5E. RGB value is (130,129,94). Sum of RGB (Red+Green+Blue) = 130+129+94=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82815E is #7D7EA1. Grayscale: #7D7D7D. Windows color (decimal): -8224418 or 6193538. OLE color: 6193538.

HSL color Cylindrical-coordinate representation of color #82815E: hue angle of 58.33º 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 #82815E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13012994-
CMYK00.010.280.49
HSL58.33º16.07%43.92%-
HSV(B)58.33º27.69%50.98%-
XYZ19.0821.2513.69-
YUV125.31110.33131.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=36.83%
G=36.54%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301299400.010.280.4958.3316.0743.92
Hex82815E011C313a102c
Octal202201136013461722054
Binary10000010100000011011110011110011000111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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