#87845D

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

Shades of Bandicoot #87845D

Tints of Bandicoot #87845D

Color information

#87845D (or 0x87845D) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 5D. RGB value is (135,132,93). Sum of RGB (Red+Green+Blue) = 135+132+93=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87845D is #787BA2. Grayscale: #808080. Windows color (decimal): -7895971 or 6128775. OLE color: 6128775.

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

Color convert

RGB13513293-
CMYK00.020.310.47
HSL55.71º18.42%44.71%-
HSV(B)55.71º31.11%52.94%-
XYZ20.2222.4413.62-
YUV128.45107.99132.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=37.5%
G=36.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351329300.020.310.4755.7118.4244.71
Hex87845D021F2F38122d
Octal207204135023757702255
Binary100001111000010010111010101111110111111100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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