#87835D

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

Shades of Bandicoot #87835D

Tints of Bandicoot #87835D

Color information

#87835D (or 0x87835D) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 5D. RGB value is (135,131,93). Sum of RGB (Red+Green+Blue) = 135+131+93=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87835D is #787CA2. Grayscale: #808080. Windows color (decimal): -7896227 or 6128519. OLE color: 6128519.

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

Color convert

RGB13513193-
CMYK00.030.310.47
HSL54.29º18.42%44.71%-
HSV(B)54.29º31.11%52.94%-
XYZ20.0822.1713.58-
YUV127.86108.33133.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=37.60%
G=36.49%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351319300.030.310.4754.2918.4244.71
Hex87835D031F2F36122d
Octal207203135033757662255
Binary100001111000001110111010111111110111111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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