#83865A

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

Shades of Bandicoot #83865A

Tints of Bandicoot #83865A

Color information

#83865A (or 0x83865A) is unknown color: approx Bandicoot. HEX triplet: 83, 86 and 5A. RGB value is (131,134,90). Sum of RGB (Red+Green+Blue) = 131+134+90=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #83865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83865A is #7C79A5. Grayscale: #808080. Windows color (decimal): -8157606 or 5932675. OLE color: 5932675.

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

Color convert

RGB13113490-
CMYK0.0200.330.47
HSL64.09º19.64%43.92%-
HSV(B)64.09º32.84%52.55%-
XYZ19.7322.6113-
YUV128.09106.51130.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=36.90%
G=37.75%
B=25.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134900.0200.330.4764.0919.6443.92
Hex83865A20212F40142c
Octal2032061322041571002454
Binary10000011100001101011010100100001101111100000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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