#858361

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

Shades of Bandicoot #858361

Tints of Bandicoot #858361

Color information

#858361 (or 0x858361) is unknown color: approx Bandicoot. HEX triplet: 85, 83 and 61. RGB value is (133,131,97). Sum of RGB (Red+Green+Blue) = 133+131+97=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #858361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858361 is #7A7C9E. Grayscale: #7F7F7F. Windows color (decimal): -8027295 or 6390661. OLE color: 6390661.

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

Color convert

RGB13313197-
CMYK00.020.270.48
HSL56.67º15.65%45.1%-
HSV(B)56.67º27.07%52.16%-
XYZ19.9522.0814.52-
YUV127.72110.66131.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=36.84%
G=36.29%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331319700.020.270.4856.6715.6545.1
Hex858361021B3039102d
Octal205203141023360712055
Binary100001011000001111000010101101111000011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858361; }

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

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

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

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

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

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

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

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