#8B8863

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

Shades of Bandicoot #8B8863

Tints of Bandicoot #8B8863

Color information

#8B8863 (or 0x8B8863) is unknown color: approx Bandicoot. HEX triplet: 8B, 88 and 63. RGB value is (139,136,99). Sum of RGB (Red+Green+Blue) = 139+136+99=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8863 is #74779C. Grayscale: #848484. Windows color (decimal): -7632797 or 6523019. OLE color: 6523019.

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

Color convert

RGB13913699-
CMYK00.020.290.45
HSL55.5º16.81%46.67%-
HSV(B)55.5º28.78%54.51%-
XYZ21.72415.29-
YUV132.68108.99132.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=37.17%
G=36.36%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391369900.020.290.4555.516.8146.67
Hex8B8863021D2D38112f
Octal213210143023555702157
Binary100010111000100011000110101110110110111100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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