#87836C

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

Shades of Bandicoot #87836C

Tints of Bandicoot #87836C

Color information

#87836C (or 0x87836C) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 6C. RGB value is (135,131,108). Sum of RGB (Red+Green+Blue) = 135+131+108=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836C is #787C93. Grayscale: #818181. Windows color (decimal): -7896212 or 7111559. OLE color: 7111559.

HSL color Cylindrical-coordinate representation of color #87836C: hue angle of 51.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87836C is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB135131108-
CMYK00.030.20.47
HSL51.11º11.11%47.65%-
HSV(B)51.11º20%52.94%-
XYZ20.8122.4717.43-
YUV129.57115.83131.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=36.10%
G=35.03%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513110800.030.20.4751.1111.1147.65
Hex87836C03142F33b30
Octal207203154032457631360
Binary10000111100000111101100011101001011111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87836C; }

 p { color: rgb(135,131,108); }

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

<style>
 a { background-color: #87836C; }

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

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

<style>
 span { border-color: #87836C; }

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

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