#83806F

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

Shades of Bandicoot #83806F

Tints of Bandicoot #83806F

Color information

#83806F (or 0x83806F) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 6F. RGB value is (131,128,111). Sum of RGB (Red+Green+Blue) = 131+128+111=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83806F is #7C7F90. Grayscale: #7F7F7F. Windows color (decimal): -8159121 or 7307395. OLE color: 7307395.

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

Color convert

RGB131128111-
CMYK00.020.150.49
HSL51º8.26%47.45%-
HSV(B)51º15.27%51.37%-
XYZ19.9521.4118.12-
YUV126.96118.99130.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 111 (43.75% from 255) = 30%
R=35.41%
G=34.59%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112811100.020.150.49518.2647.45
Hex83806F02F313382f
Octal203200157021761631057
Binary1000001110000000110111101011111100011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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