#8B8862

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

Shades of Bandicoot #8B8862

Tints of Bandicoot #8B8862

Color information

#8B8862 (or 0x8B8862) is unknown color: approx Bandicoot. HEX triplet: 8B, 88 and 62. RGB value is (139,136,98). Sum of RGB (Red+Green+Blue) = 139+136+98=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8862 is #74779D. Grayscale: #848484. Windows color (decimal): -7632798 or 6457483. OLE color: 6457483.

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

Color convert

RGB13913698-
CMYK00.020.290.45
HSL55.61º17.3%46.47%-
HSV(B)55.61º29.5%54.51%-
XYZ21.6623.9815.04-
YUV132.56108.49132.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=37.27%
G=36.46%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391369800.020.290.4555.6117.346.47
Hex8B8862021D2D38112e
Octal213210142023555702156
Binary100010111000100011000100101110110110111100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,98); }

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

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

 a { background-color: rgb(139,136,98); }

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

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

 span { border-color: rgb(139,136,98); }

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