#87855A

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

Shades of Bandicoot #87855A

Tints of Bandicoot #87855A

Color information

#87855A (or 0x87855A) is unknown color: approx Bandicoot. HEX triplet: 87, 85 and 5A. RGB value is (135,133,90). Sum of RGB (Red+Green+Blue) = 135+133+90=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87855A is #787AA5. Grayscale: #808080. Windows color (decimal): -7895718 or 5932423. OLE color: 5932423.

HSL color Cylindrical-coordinate representation of color #87855A: hue angle of 57.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87855A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13513390-
CMYK00.010.330.47
HSL57.33º20%44.12%-
HSV(B)57.33º33.33%52.94%-
XYZ20.2222.6612.98-
YUV128.7106.16132.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=37.71%
G=37.15%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351339000.010.330.4757.332044.12
Hex87855A01212F39142c
Octal207205132014157712454
Binary100001111000010110110100110000110111111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87855A; }

 p { color: rgb(135,133,90); }

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

<style>
 a { background-color: #87855A; }

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

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

<style>
 span { border-color: #87855A; }

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

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