#87836A

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

Shades of Bandicoot #87836A

Tints of Bandicoot #87836A

Color information

#87836A (or 0x87836A) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 6A. RGB value is (135,131,106). Sum of RGB (Red+Green+Blue) = 135+131+106=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87836A is #787C95. Grayscale: #818181. Windows color (decimal): -7896214 or 6980487. OLE color: 6980487.

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

Color convert

RGB135131106-
CMYK00.030.210.47
HSL51.72º12.03%47.25%-
HSV(B)51.72º21.48%52.94%-
XYZ20.7122.4216.87-
YUV129.35114.83132.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=36.29%
G=35.22%
B=28.49%

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
Decimal13513110600.030.210.4751.7212.0347.25
Hex87836A03152F34c2f
Octal207203152032557641457
Binary10000111100000111101010011101011011111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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