#8A8763

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

Shades of Bandicoot #8A8763

Tints of Bandicoot #8A8763

Color information

#8A8763 (or 0x8A8763) is unknown color: approx Bandicoot. HEX triplet: 8A, 87 and 63. RGB value is (138,135,99). Sum of RGB (Red+Green+Blue) = 138+135+99=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8763 is #75789C. Grayscale: #838383. Windows color (decimal): -7698589 or 6522762. OLE color: 6522762.

HSL color Cylindrical-coordinate representation of color #8A8763: hue angle of 55.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A8763 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13813599-
CMYK00.020.280.46
HSL55.38º16.46%46.47%-
HSV(B)55.38º28.26%54.12%-
XYZ21.423.6315.24-
YUV131.79109.49132.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=37.10%
G=36.29%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381359900.020.280.4655.3816.4646.47
Hex8A8763021C2E37102e
Octal212207143023456672056
Binary100010101000011111000110101110010111011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,99); }

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

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

 a { background-color: rgb(138,135,99); }

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

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

 span { border-color: rgb(138,135,99); }

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