#8C8957

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

Shades of Bandicoot #8C8957

Tints of Bandicoot #8C8957

Color information

#8C8957 (or 0x8C8957) is unknown color: approx Bandicoot. HEX triplet: 8C, 89 and 57. RGB value is (140,137,87). Sum of RGB (Red+Green+Blue) = 140+137+87=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8957 is #7376A8. Grayscale: #848484. Windows color (decimal): -7567017 or 5736844. OLE color: 5736844.

HSL color Cylindrical-coordinate representation of color #8C8957: hue angle of 56.6º degrees, saturation: 0.23, 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 #8C8957 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14013787-
CMYK00.020.380.45
HSL56.6º23.35%44.51%-
HSV(B)56.6º37.86%54.9%-
XYZ21.4824.1512.55-
YUV132.2102.49133.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=38.46%
G=37.64%
B=23.90%

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
Decimal1401378700.020.380.4556.623.3544.51
Hex8C895702262D39172d
Octal214211127024655712755
Binary1000110010001001101011101010011010110111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,87); }

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

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

 a { background-color: rgb(140,137,87); }

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

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

 span { border-color: rgb(140,137,87); }

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