#88835D

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

Shades of Bandicoot #88835D

Tints of Bandicoot #88835D

Color information

#88835D (or 0x88835D) is unknown color: approx Bandicoot. HEX triplet: 88, 83 and 5D. RGB value is (136,131,93). Sum of RGB (Red+Green+Blue) = 136+131+93=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88835D is #777CA2. Grayscale: #808080. Windows color (decimal): -7830691 or 6128520. OLE color: 6128520.

HSL color Cylindrical-coordinate representation of color #88835D: hue angle of 53.02º 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 #88835D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13613193-
CMYK00.040.320.47
HSL53.02º18.78%44.9%-
HSV(B)53.02º31.62%53.33%-
XYZ20.2522.2613.58-
YUV128.16108.16133.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=37.78%
G=36.39%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361319300.040.320.4753.0218.7844.9
Hex88835D04202F35132d
Octal210203135044057652355
Binary10001000100000111011101010010000010111111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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