#87865F

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

Shades of Bandicoot #87865F

Tints of Bandicoot #87865F

Color information

#87865F (or 0x87865F) is unknown color: approx Bandicoot. HEX triplet: 87, 86 and 5F. RGB value is (135,134,95). Sum of RGB (Red+Green+Blue) = 135+134+95=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #87865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87865F is #7879A0. Grayscale: #828282. Windows color (decimal): -7895457 or 6260359. OLE color: 6260359.

HSL color Cylindrical-coordinate representation of color #87865F: hue angle of 58.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87865F is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13513495-
CMYK00.010.300.47
HSL58.5º17.39%45.1%-
HSV(B)58.5º29.63%52.94%-
XYZ20.5823.0314.19-
YUV129.85108.33131.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=37.09%
G=36.81%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351349500.010.300.4758.517.3945.1
Hex87865F011E2F3a112d
Octal207206137013657722155
Binary10000111100001101011111011111010111111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87865F; }

 p { color: rgb(135,134,95); }

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

<style>
 a { background-color: #87865F; }

 a { background-color: rgb(135,134,95); }

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

<style>
 span { border-color: #87865F; }

 span { border-color: rgb(135,134,95); }

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