#858562

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

Shades of Bandicoot #858562

Tints of Bandicoot #858562

Color information

#858562 (or 0x858562) is unknown color: approx Bandicoot. HEX triplet: 85, 85 and 62. RGB value is (133,133,98). Sum of RGB (Red+Green+Blue) = 133+133+98=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858562 is #7A7A9D. Grayscale: #818181. Windows color (decimal): -8026782 or 6456709. OLE color: 6456709.

HSL color Cylindrical-coordinate representation of color #858562: hue angle of 60º 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 #858562 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB13313398-
CMYK000.260.48
HSL60º15.15%45.29%-
HSV(B)60º26.32%52.16%-
XYZ20.2722.6414.86-
YUV129.01110.5130.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=36.54%
G=36.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313398000.260.486015.1545.29
Hex858562001A303cf2d
Octal205205142003260741755
Binary1000010110000101110001000110101100001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858562; }

 p { color: rgb(133,133,98); }

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

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

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

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

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

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

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