#858561

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

Shades of Bandicoot #858561

Tints of Bandicoot #858561

Color information

#858561 (or 0x858561) is unknown color: approx Bandicoot. HEX triplet: 85, 85 and 61. RGB value is (133,133,97). Sum of RGB (Red+Green+Blue) = 133+133+97=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858561 is #7A7A9E. Grayscale: #818181. Windows color (decimal): -8026783 or 6391173. OLE color: 6391173.

HSL color Cylindrical-coordinate representation of color #858561: 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.27%. Process color model (Four color, CMYK) of #858561 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13313397-
CMYK000.270.48
HSL60º15.65%45.1%-
HSV(B)60º27.07%52.16%-
XYZ20.2222.6214.61-
YUV128.9110130.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=36.64%
G=36.64%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313397000.270.486015.6545.1
Hex858561001B303c102d
Octal205205141003360742055
Binary10000101100001011100001001101111000011110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858561; }

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

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

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

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

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

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

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

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