#87865A

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

Shades of Bandicoot #87865A

Tints of Bandicoot #87865A

Color information

#87865A (or 0x87865A) is unknown color: approx Bandicoot. HEX triplet: 87, 86 and 5A. RGB value is (135,134,90). Sum of RGB (Red+Green+Blue) = 135+134+90=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87865A is #7879A5. Grayscale: #818181. Windows color (decimal): -7895462 or 5932679. OLE color: 5932679.

HSL color Cylindrical-coordinate representation of color #87865A: hue angle of 58.67º 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 #87865A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13513490-
CMYK00.010.330.47
HSL58.67º20%44.12%-
HSV(B)58.67º33.33%52.94%-
XYZ20.3622.9413.03-
YUV129.28105.83132.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=37.60%
G=37.33%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351349000.010.330.4758.672044.12
Hex87865A01212F3b142c
Octal207206132014157732454
Binary100001111000011010110100110000110111111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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