#87846D

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

Shades of Bandicoot #87846D

Tints of Bandicoot #87846D

Color information

#87846D (or 0x87846D) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 6D. RGB value is (135,132,109). Sum of RGB (Red+Green+Blue) = 135+132+109=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87846D is #787B92. Grayscale: #828282. Windows color (decimal): -7895955 or 7177351. OLE color: 7177351.

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

Color convert

RGB135132109-
CMYK00.020.190.47
HSL53.08º10.66%47.84%-
HSV(B)53.08º19.26%52.94%-
XYZ2122.7617.75-
YUV130.27115.99131.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=35.90%
G=35.11%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513210900.020.190.4753.0810.6647.84
Hex87846D02132F35b30
Octal207204155022357651360
Binary10000111100001001101101010100111011111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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