#8A8563

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

Shades of Bandicoot #8A8563

Tints of Bandicoot #8A8563

Color information

#8A8563 (or 0x8A8563) is unknown color: approx Bandicoot. HEX triplet: 8A, 85 and 63. RGB value is (138,133,99). Sum of RGB (Red+Green+Blue) = 138+133+99=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8563 is #757A9C. Grayscale: #828282. Windows color (decimal): -7699101 or 6522250. OLE color: 6522250.

HSL color Cylindrical-coordinate representation of color #8A8563: hue angle of 52.31º 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 #8A8563 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13813399-
CMYK00.040.280.46
HSL52.31º16.46%46.47%-
HSV(B)52.31º28.26%54.12%-
XYZ21.1223.0815.15-
YUV130.62110.16133.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=37.30%
G=35.95%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381339900.040.280.4652.3116.4646.47
Hex8A8563041C2E34102e
Octal212205143043456642056
Binary1000101010000101110001101001110010111011010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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