#858463

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

Shades of Bandicoot #858463

Tints of Bandicoot #858463

Color information

#858463 (or 0x858463) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 63. RGB value is (133,132,99). Sum of RGB (Red+Green+Blue) = 133+132+99=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #858463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858463 is #7A7B9C. Grayscale: #808080. Windows color (decimal): -8027037 or 6521989. OLE color: 6521989.

HSL color Cylindrical-coordinate representation of color #858463: hue angle of 58.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858463 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13313299-
CMYK00.010.260.48
HSL58.24º14.66%45.49%-
HSV(B)58.24º25.56%52.16%-
XYZ20.1822.3915.06-
YUV128.54111.33131.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=36.54%
G=36.26%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331329900.010.260.4858.2414.6645.49
Hex858463011A303af2d
Octal205204143013260721755
Binary1000010110000100110001101110101100001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858463; }

 p { color: rgb(133,132,99); }

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

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

 a { background-color: rgb(133,132,99); }

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

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

 span { border-color: rgb(133,132,99); }

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