#8D8957

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

Shades of Bandicoot #8D8957

Tints of Bandicoot #8D8957

Color information

#8D8957 (or 0x8D8957) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 57. RGB value is (141,137,87). Sum of RGB (Red+Green+Blue) = 141+137+87=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8957 is #7276A8. Grayscale: #848484. Windows color (decimal): -7501481 or 5736845. OLE color: 5736845.

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

Color convert

RGB14113787-
CMYK00.030.380.45
HSL55.56º23.68%44.71%-
HSV(B)55.56º38.3%55.29%-
XYZ21.6524.2412.55-
YUV132.5102.33134.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=38.63%
G=37.53%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411378700.030.380.4555.5623.6844.71
Hex8D895703262D38182d
Octal215211127034655703055
Binary1000110110001001101011101110011010110111100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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