#88856D

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

Shades of Bandicoot #88856D

Tints of Bandicoot #88856D

Color information

#88856D (or 0x88856D) is unknown color: approx Bandicoot. HEX triplet: 88, 85 and 6D. RGB value is (136,133,109). Sum of RGB (Red+Green+Blue) = 136+133+109=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #88856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88856D is #777A92. Grayscale: #838383. Windows color (decimal): -7830163 or 7177608. OLE color: 7177608.

HSL color Cylindrical-coordinate representation of color #88856D: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88856D is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136133109-
CMYK00.020.200.47
HSL53.33º11.02%48.04%-
HSV(B)53.33º19.85%53.33%-
XYZ21.323.1117.81-
YUV131.16115.49131.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=35.98%
G=35.19%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613310900.020.200.4753.3311.0248.04
Hex88856D02142F35b30
Octal210205155022457651360
Binary10001000100001011101101010101001011111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,133,109); }

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

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

 a { background-color: rgb(136,133,109); }

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

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

 span { border-color: rgb(136,133,109); }

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