#87836D

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

Shades of Bandicoot #87836D

Tints of Bandicoot #87836D

Color information

#87836D (or 0x87836D) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 6D. RGB value is (135,131,109). Sum of RGB (Red+Green+Blue) = 135+131+109=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836D is #787C92. Grayscale: #818181. Windows color (decimal): -7896211 or 7177095. OLE color: 7177095.

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

Color convert

RGB135131109-
CMYK00.030.190.47
HSL50.77º10.66%47.84%-
HSV(B)50.77º19.26%52.94%-
XYZ20.8722.4917.71-
YUV129.69116.33131.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=36%
G=34.93%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513110900.030.190.4750.7710.6647.84
Hex87836D03132F33b30
Octal207203155032357631360
Binary10000111100000111101101011100111011111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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