#8B895A

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

Shades of Bandicoot #8B895A

Tints of Bandicoot #8B895A

Color information

#8B895A (or 0x8B895A) is unknown color: approx Bandicoot. HEX triplet: 8B, 89 and 5A. RGB value is (139,137,90). Sum of RGB (Red+Green+Blue) = 139+137+90=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B895A is #7476A5. Grayscale: #848484. Windows color (decimal): -7632550 or 5933451. OLE color: 5933451.

HSL color Cylindrical-coordinate representation of color #8B895A: hue angle of 57.55º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B895A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB13913790-
CMYK00.010.350.45
HSL57.55º21.4%44.9%-
HSV(B)57.55º35.25%54.51%-
XYZ21.4424.1213.2-
YUV132.24104.16132.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=37.98%
G=37.43%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391379000.010.350.4557.5521.444.9
Hex8B895A01232D3a152d
Octal213211132014355722555
Binary100010111000100110110100110001110110111101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,90); }

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

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

 a { background-color: rgb(139,137,90); }

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

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

 span { border-color: rgb(139,137,90); }

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