#83835D

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

Shades of Bandicoot #83835D

Tints of Bandicoot #83835D

Color information

#83835D (or 0x83835D) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 5D. RGB value is (131,131,93). Sum of RGB (Red+Green+Blue) = 131+131+93=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83835D is #7C7CA2. Grayscale: #7E7E7E. Windows color (decimal): -8158371 or 6128515. OLE color: 6128515.

HSL color Cylindrical-coordinate representation of color #83835D: 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.29%. Process color model (Four color, CMYK) of #83835D is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13113193-
CMYK000.290.49
HSL60º16.96%43.92%-
HSV(B)60º29.01%51.37%-
XYZ19.4521.8513.55-
YUV126.67109131.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=36.90%
G=36.90%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113193000.290.496016.9643.92
Hex83835D001D313c112c
Octal203203135003561742154
Binary10000011100000111011101001110111000111110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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