#88845F

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

Shades of Bandicoot #88845F

Tints of Bandicoot #88845F

Color information

#88845F (or 0x88845F) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 5F. RGB value is (136,132,95). Sum of RGB (Red+Green+Blue) = 136+132+95=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88845F is #777BA0. Grayscale: #818181. Windows color (decimal): -7830433 or 6259848. OLE color: 6259848.

HSL color Cylindrical-coordinate representation of color #88845F: hue angle of 54.15º degrees, saturation: 0.18, 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 #88845F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13613295-
CMYK00.030.300.47
HSL54.15º17.75%45.29%-
HSV(B)54.15º30.15%53.33%-
XYZ20.4722.5614.1-
YUV128.98108.83133.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=37.47%
G=36.36%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361329500.030.300.4754.1517.7545.29
Hex88845F031E2F36122d
Octal210204137033657662255
Binary100010001000010010111110111111010111111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,132,95); }

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

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

 a { background-color: rgb(136,132,95); }

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

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

 span { border-color: rgb(136,132,95); }

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