#87846C

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

Shades of Bandicoot #87846C

Tints of Bandicoot #87846C

Color information

#87846C (or 0x87846C) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 6C. RGB value is (135,132,108). Sum of RGB (Red+Green+Blue) = 135+132+108=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87846C is #787B93. Grayscale: #828282. Windows color (decimal): -7895956 or 7111815. OLE color: 7111815.

HSL color Cylindrical-coordinate representation of color #87846C: hue angle of 53.33º 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 #87846C is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB135132108-
CMYK00.020.20.47
HSL53.33º11.11%47.65%-
HSV(B)53.33º20%52.94%-
XYZ20.9522.7417.47-
YUV130.16115.49131.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=36%
G=35.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513210800.020.20.4753.3311.1147.65
Hex87846C02142F35b30
Octal207204154022457651360
Binary10000111100001001101100010101001011111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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