#8B885F

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

Shades of Bandicoot #8B885F

Tints of Bandicoot #8B885F

Color information

#8B885F (or 0x8B885F) is unknown color: approx Bandicoot. HEX triplet: 8B, 88 and 5F. RGB value is (139,136,95). Sum of RGB (Red+Green+Blue) = 139+136+95=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B885F is #7477A0. Grayscale: #848484. Windows color (decimal): -7632801 or 6260875. OLE color: 6260875.

HSL color Cylindrical-coordinate representation of color #8B885F: hue angle of 55.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B885F is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB13913695-
CMYK00.020.320.45
HSL55.91º18.8%45.88%-
HSV(B)55.91º31.65%54.51%-
XYZ21.5223.9214.31-
YUV132.22106.99132.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=37.57%
G=36.76%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391369500.020.320.4555.9118.845.88
Hex8B885F02202D38132e
Octal213210137024055702356
Binary1000101110001000101111101010000010110111100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B885F; }

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

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

<style>
 a { background-color: #8B885F; }

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

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

<style>
 span { border-color: #8B885F; }

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

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