#87835A

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

Shades of Bandicoot #87835A

Tints of Bandicoot #87835A

Color information

#87835A (or 0x87835A) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 5A. RGB value is (135,131,90). Sum of RGB (Red+Green+Blue) = 135+131+90=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87835A is #787CA5. Grayscale: #7F7F7F. Windows color (decimal): -7896230 or 5931911. OLE color: 5931911.

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

Color convert

RGB13513190-
CMYK00.030.330.47
HSL54.67º20%44.12%-
HSV(B)54.67º33.33%52.94%-
XYZ19.9522.1212.89-
YUV127.52106.83133.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=37.92%
G=36.80%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351319000.030.330.4754.672044.12
Hex87835A03212F37142c
Octal207203132034157672454
Binary1000011110000011101101001110000110111111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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