#8C8959

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

Shades of Bandicoot #8C8959

Tints of Bandicoot #8C8959

Color information

#8C8959 (or 0x8C8959) is unknown color: approx Bandicoot. HEX triplet: 8C, 89 and 59. RGB value is (140,137,89). Sum of RGB (Red+Green+Blue) = 140+137+89=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8959 is #7376A6. Grayscale: #848484. Windows color (decimal): -7567015 or 5867916. OLE color: 5867916.

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

Color convert

RGB14013789-
CMYK00.020.360.45
HSL56.47º22.27%44.9%-
HSV(B)56.47º36.43%54.9%-
XYZ21.5624.1912.98-
YUV132.43103.49133.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.25%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=38.25%
G=37.43%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401378900.020.360.4556.4722.2744.9
Hex8C895902242D38162d
Octal214211131024455702655
Binary1000110010001001101100101010010010110111100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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