#87836B

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

Shades of Bandicoot #87836B

Tints of Bandicoot #87836B

Color information

#87836B (or 0x87836B) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 6B. RGB value is (135,131,107). Sum of RGB (Red+Green+Blue) = 135+131+107=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836B is #787C94. Grayscale: #818181. Windows color (decimal): -7896213 or 7046023. OLE color: 7046023.

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

Color convert

RGB135131107-
CMYK00.030.210.47
HSL51.43º11.57%47.45%-
HSV(B)51.43º20.74%52.94%-
XYZ20.7622.4517.15-
YUV129.46115.33131.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=36.19%
G=35.12%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513110700.030.210.4751.4311.5747.45
Hex87836B03152F33c2f
Octal207203153032557631457
Binary10000111100000111101011011101011011111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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