#87836F

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

Shades of Bandicoot #87836F

Tints of Bandicoot #87836F

Color information

#87836F (or 0x87836F) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 6F. RGB value is (135,131,111). Sum of RGB (Red+Green+Blue) = 135+131+111=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836F is #787C90. Grayscale: #828282. Windows color (decimal): -7896209 or 7308167. OLE color: 7308167.

HSL color Cylindrical-coordinate representation of color #87836F: hue angle of 50º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87836F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135131111-
CMYK00.030.180.47
HSL50º9.76%48.24%-
HSV(B)50º17.78%52.94%-
XYZ20.9822.5318.28-
YUV129.92117.33131.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=35.81%
G=34.75%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513111100.030.180.47509.7648.24
Hex87836F03122F32a30
Octal207203157032257621260
Binary10000111100000111101111011100101011111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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