#87875D

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

Shades of Bandicoot #87875D

Tints of Bandicoot #87875D

Color information

#87875D (or 0x87875D) is unknown color: approx Bandicoot. HEX triplet: 87, 87 and 5D. RGB value is (135,135,93). Sum of RGB (Red+Green+Blue) = 135+135+93=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87875D is #7878A2. Grayscale: #828282. Windows color (decimal): -7895203 or 6129543. OLE color: 6129543.

HSL color Cylindrical-coordinate representation of color #87875D: hue angle of 60º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87875D is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13513593-
CMYK000.310.47
HSL60º18.42%44.71%-
HSV(B)60º31.11%52.94%-
XYZ20.6323.2713.76-
YUV130.21107131.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=37.19%
G=37.19%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513593000.310.476018.4244.71
Hex87875D001F2F3c122d
Octal207207135003757742255
Binary10000111100001111011101001111110111111110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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