#87835C

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

Shades of Bandicoot #87835C

Tints of Bandicoot #87835C

Color information

#87835C (or 0x87835C) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 5C. RGB value is (135,131,92). Sum of RGB (Red+Green+Blue) = 135+131+92=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87835C is #787CA3. Grayscale: #7F7F7F. Windows color (decimal): -7896228 or 6062983. OLE color: 6062983.

HSL color Cylindrical-coordinate representation of color #87835C: hue angle of 54.42º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87835C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13513192-
CMYK00.030.320.47
HSL54.42º18.94%44.51%-
HSV(B)54.42º31.85%52.94%-
XYZ20.0422.1613.35-
YUV127.75107.83133.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=37.71%
G=36.59%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351319200.030.320.4754.4218.9444.51
Hex87835C03202F36132d
Octal207203134034057662355
Binary1000011110000011101110001110000010111111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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