#8D8A57

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

Shades of Bandicoot #8D8A57

Tints of Bandicoot #8D8A57

Color information

#8D8A57 (or 0x8D8A57) is unknown color: approx Bandicoot. HEX triplet: 8D, 8A and 57. RGB value is (141,138,87). Sum of RGB (Red+Green+Blue) = 141+138+87=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A57 is #7275A8. Grayscale: #858585. Windows color (decimal): -7501225 or 5737101. OLE color: 5737101.

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

Color convert

RGB14113887-
CMYK00.020.380.45
HSL56.67º23.68%44.71%-
HSV(B)56.67º38.3%55.29%-
XYZ21.7924.5312.6-
YUV133.08101.99133.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=38.52%
G=37.70%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411388700.020.380.4556.6723.6844.71
Hex8D8A5702262D39182d
Octal215212127024655713055
Binary1000110110001010101011101010011010110111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,138,87); }

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

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

 a { background-color: rgb(141,138,87); }

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

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

 span { border-color: rgb(141,138,87); }

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