#82816B

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

Shades of Bandicoot #82816B

Tints of Bandicoot #82816B

Color information

#82816B (or 0x82816B) is unknown color: approx Bandicoot. HEX triplet: 82, 81 and 6B. RGB value is (130,129,107). Sum of RGB (Red+Green+Blue) = 130+129+107=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #82816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82816B is #7D7E94. Grayscale: #7E7E7E. Windows color (decimal): -8224405 or 7045506. OLE color: 7045506.

HSL color Cylindrical-coordinate representation of color #82816B: hue angle of 57.39º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82816B is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130129107-
CMYK00.010.180.49
HSL57.39º9.7%46.47%-
HSV(B)57.39º17.69%50.98%-
XYZ19.7121.5117.02-
YUV126.79116.83130.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=35.52%
G=35.25%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012910700.010.180.4957.399.746.47
Hex82816B01123139a2e
Octal202201153012261711256
Binary1000001010000001110101101100101100011110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82816B; }

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

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

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

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

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

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

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

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