#858560

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

Shades of Bandicoot #858560

Tints of Bandicoot #858560

Color information

#858560 (or 0x858560) is unknown color: approx Bandicoot. HEX triplet: 85, 85 and 60. RGB value is (133,133,96). Sum of RGB (Red+Green+Blue) = 133+133+96=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858560 is #7A7A9F. Grayscale: #808080. Windows color (decimal): -8026784 or 6325637. OLE color: 6325637.

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

Color convert

RGB13313396-
CMYK000.280.48
HSL60º16.16%44.9%-
HSV(B)60º27.82%52.16%-
XYZ20.1722.6114.37-
YUV128.78109.5131.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=36.74%
G=36.74%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313396000.280.486016.1644.9
Hex858560001C303c102d
Octal205205140003460742055
Binary10000101100001011100000001110011000011110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858560; }

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

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

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

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

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

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

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

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