#88856F

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

Shades of Bandicoot #88856F

Tints of Bandicoot #88856F

Color information

#88856F (or 0x88856F) is unknown color: approx Bandicoot. HEX triplet: 88, 85 and 6F. RGB value is (136,133,111). Sum of RGB (Red+Green+Blue) = 136+133+111=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #88856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88856F is #777A90. Grayscale: #838383. Windows color (decimal): -7830161 or 7308680. OLE color: 7308680.

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

Color convert

RGB136133111-
CMYK00.020.180.47
HSL52.8º10.12%48.43%-
HSV(B)52.8º18.38%53.33%-
XYZ21.4123.1618.38-
YUV131.39116.49131.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=35.79%
G=35%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613311100.020.180.4752.810.1248.43
Hex88856F02122F35a30
Octal210205157022257651260
Binary10001000100001011101111010100101011111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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