#8B8A53

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

Shades of Bandicoot #8B8A53

Tints of Bandicoot #8B8A53

Color information

#8B8A53 (or 0x8B8A53) is unknown color: approx Bandicoot. HEX triplet: 8B, 8A and 53. RGB value is (139,138,83). Sum of RGB (Red+Green+Blue) = 139+138+83=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8A53 is #7475AC. Grayscale: #848484. Windows color (decimal): -7632301 or 5474955. OLE color: 5474955.

HSL color Cylindrical-coordinate representation of color #8B8A53: hue angle of 58.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8A53 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13913883-
CMYK00.010.400.45
HSL58.93º25.23%43.53%-
HSV(B)58.93º40.29%54.51%-
XYZ21.324.2911.75-
YUV132.03100.33132.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=38.61%
G=38.33%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391388300.010.400.4558.9325.2343.53
Hex8B8A5301282D3b192c
Octal213212123015055733154
Binary100010111000101010100110110100010110111101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,138,83); }

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

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

 a { background-color: rgb(139,138,83); }

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

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

 span { border-color: rgb(139,138,83); }

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