#83806D

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

Shades of Bandicoot #83806D

Tints of Bandicoot #83806D

Color information

#83806D (or 0x83806D) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 6D. RGB value is (131,128,109). Sum of RGB (Red+Green+Blue) = 131+128+109=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #83806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83806D is #7C7F92. Grayscale: #7E7E7E. Windows color (decimal): -8159123 or 7176323. OLE color: 7176323.

HSL color Cylindrical-coordinate representation of color #83806D: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83806D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB131128109-
CMYK00.020.170.49
HSL51.82º9.17%47.06%-
HSV(B)51.82º16.79%51.37%-
XYZ19.8421.3717.55-
YUV126.73117.99131.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=35.60%
G=34.78%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112810900.020.170.4951.829.1747.06
Hex83806D0211313492f
Octal203200155022161641157
Binary10000011100000001101101010100011100011101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83806D; }

 p { color: rgb(131,128,109); }

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

<style>
 a { background-color: #83806D; }

 a { background-color: rgb(131,128,109); }

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

<style>
 span { border-color: #83806D; }

 span { border-color: rgb(131,128,109); }

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