#83865B

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

Shades of Bandicoot #83865B

Tints of Bandicoot #83865B

Color information

#83865B (or 0x83865B) is unknown color: approx Bandicoot. HEX triplet: 83, 86 and 5B. RGB value is (131,134,91). Sum of RGB (Red+Green+Blue) = 131+134+91=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #83865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83865B is #7C79A4. Grayscale: #808080. Windows color (decimal): -8157605 or 5998211. OLE color: 5998211.

HSL color Cylindrical-coordinate representation of color #83865B: hue angle of 64.19º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83865B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13113491-
CMYK0.0200.320.47
HSL64.19º19.11%44.12%-
HSV(B)64.19º32.09%52.55%-
XYZ19.7722.6313.22-
YUV128.2107.01130-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=36.80%
G=37.64%
B=25.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134910.0200.320.4764.1919.1144.12
Hex83865B20202F40132c
Octal2032061332040571002354
Binary10000011100001101011011100100000101111100000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83865B; }

 p { color: rgb(131,134,91); }

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

<style>
 a { background-color: #83865B; }

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

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

<style>
 span { border-color: #83865B; }

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

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