#83816D

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

Shades of Bandicoot #83816D

Tints of Bandicoot #83816D

Color information

#83816D (or 0x83816D) is unknown color: approx Bandicoot. HEX triplet: 83, 81 and 6D. RGB value is (131,129,109). Sum of RGB (Red+Green+Blue) = 131+129+109=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83816D is #7C7E92. Grayscale: #7F7F7F. Windows color (decimal): -8158867 or 7176579. OLE color: 7176579.

HSL color Cylindrical-coordinate representation of color #83816D: hue angle of 54.55º 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 #83816D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB131129109-
CMYK00.020.170.49
HSL54.55º9.17%47.06%-
HSV(B)54.55º16.79%51.37%-
XYZ19.9721.6317.59-
YUV127.32117.66130.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=35.50%
G=34.96%
B=29.54%

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
Decimal13112910900.020.170.4954.559.1747.06
Hex83816D0211313792f
Octal203201155022161671157
Binary10000011100000011101101010100011100011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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