#87855F

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

Shades of Bandicoot #87855F

Tints of Bandicoot #87855F

Color information

#87855F (or 0x87855F) is unknown color: approx Bandicoot. HEX triplet: 87, 85 and 5F. RGB value is (135,133,95). Sum of RGB (Red+Green+Blue) = 135+133+95=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87855F is #787AA0. Grayscale: #818181. Windows color (decimal): -7895713 or 6260103. OLE color: 6260103.

HSL color Cylindrical-coordinate representation of color #87855F: hue angle of 57º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87855F is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13513395-
CMYK00.010.300.47
HSL57º17.39%45.1%-
HSV(B)57º29.63%52.94%-
XYZ20.4422.7514.14-
YUV129.27108.66132.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=37.19%
G=36.64%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351339500.010.300.475717.3945.1
Hex87855F011E2F39112d
Octal207205137013657712155
Binary10000111100001011011111011111010111111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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