#888362

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

Shades of Bandicoot #888362

Tints of Bandicoot #888362

Color information

#888362 (or 0x888362) is unknown color: approx Bandicoot. HEX triplet: 88, 83 and 62. RGB value is (136,131,98). Sum of RGB (Red+Green+Blue) = 136+131+98=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888362 is #777C9D. Grayscale: #808080. Windows color (decimal): -7830686 or 6456200. OLE color: 6456200.

HSL color Cylindrical-coordinate representation of color #888362: hue angle of 52.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888362 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13613198-
CMYK00.040.280.47
HSL52.11º16.24%45.88%-
HSV(B)52.11º27.94%53.33%-
XYZ20.4722.3514.79-
YUV128.73110.66133.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=37.26%
G=35.89%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361319800.040.280.4752.1116.2445.88
Hex888362041C2F34102e
Octal210203142043457642056
Binary1000100010000011110001001001110010111111010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888362; }

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

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

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

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

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

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

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

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