#8A865D

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

Shades of Bandicoot #8A865D

Tints of Bandicoot #8A865D

Color information

#8A865D (or 0x8A865D) is unknown color: approx Bandicoot. HEX triplet: 8A, 86 and 5D. RGB value is (138,134,93). Sum of RGB (Red+Green+Blue) = 138+134+93=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A865D is #7579A2. Grayscale: #828282. Windows color (decimal): -7698851 or 6129290. OLE color: 6129290.

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

Color convert

RGB13813493-
CMYK00.030.330.46
HSL54.67º19.48%45.29%-
HSV(B)54.67º32.61%54.12%-
XYZ20.9823.2413.74-
YUV130.52106.83133.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=37.81%
G=36.71%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381349300.030.330.4654.6719.4845.29
Hex8A865D03212E37132d
Octal212206135034156672355
Binary1000101010000110101110101110000110111011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,93); }

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

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

 a { background-color: rgb(138,134,93); }

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

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

 span { border-color: rgb(138,134,93); }

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