#87825F

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

Shades of Bandicoot #87825F

Tints of Bandicoot #87825F

Color information

#87825F (or 0x87825F) is unknown color: approx Bandicoot. HEX triplet: 87, 82 and 5F. RGB value is (135,130,95). Sum of RGB (Red+Green+Blue) = 135+130+95=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87825F is #787DA0. Grayscale: #7F7F7F. Windows color (decimal): -7896481 or 6259335. OLE color: 6259335.

HSL color Cylindrical-coordinate representation of color #87825F: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87825F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13513095-
CMYK00.040.300.47
HSL52.5º17.39%45.1%-
HSV(B)52.5º29.63%52.94%-
XYZ20.0421.9414.01-
YUV127.5109.66133.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=37.5%
G=36.11%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351309500.040.300.4752.517.3945.1
Hex87825F041E2F34112d
Octal207202137043657642155
Binary1000011110000010101111101001111010111111010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,130,95); }

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

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

 a { background-color: rgb(135,130,95); }

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

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

 span { border-color: rgb(135,130,95); }

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