#83835C

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

Shades of Bandicoot #83835C

Tints of Bandicoot #83835C

Color information

#83835C (or 0x83835C) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 5C. RGB value is (131,131,92). Sum of RGB (Red+Green+Blue) = 131+131+92=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83835C is #7C7CA3. Grayscale: #7E7E7E. Windows color (decimal): -8158372 or 6062979. OLE color: 6062979.

HSL color Cylindrical-coordinate representation of color #83835C: hue angle of 60º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83835C is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13113192-
CMYK000.300.49
HSL60º17.49%43.73%-
HSV(B)60º29.77%51.37%-
XYZ19.4121.8313.32-
YUV126.55108.5131.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=37.01%
G=37.01%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113192000.300.496017.4943.73
Hex83835C001E313c112c
Octal203203134003661742154
Binary10000011100000111011100001111011000111110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83835C; }

 p { color: rgb(131,131,92); }

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

<style>
 a { background-color: #83835C; }

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

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

<style>
 span { border-color: #83835C; }

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

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