#88875D

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

Shades of Bandicoot #88875D

Tints of Bandicoot #88875D

Color information

#88875D (or 0x88875D) is unknown color: approx Bandicoot. HEX triplet: 88, 87 and 5D. RGB value is (136,135,93). Sum of RGB (Red+Green+Blue) = 136+135+93=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88875D is #7778A2. Grayscale: #828282. Windows color (decimal): -7829667 or 6129544. OLE color: 6129544.

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

Color convert

RGB13613593-
CMYK00.010.320.47
HSL58.6º18.78%44.9%-
HSV(B)58.6º31.62%53.33%-
XYZ20.7923.3513.77-
YUV130.51106.83131.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=37.36%
G=37.09%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361359300.010.320.4758.618.7844.9
Hex88875D01202F3b132d
Octal210207135014057732355
Binary100010001000011110111010110000010111111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,135,93); }

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

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

 a { background-color: rgb(136,135,93); }

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

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

 span { border-color: rgb(136,135,93); }

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