#858359

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

Shades of Bandicoot #858359

Tints of Bandicoot #858359

Color information

#858359 (or 0x858359) is unknown color: approx Bandicoot. HEX triplet: 85, 83 and 59. RGB value is (133,131,89). Sum of RGB (Red+Green+Blue) = 133+131+89=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #858359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858359 is #7A7CA6. Grayscale: #7E7E7E. Windows color (decimal): -8027303 or 5866373. OLE color: 5866373.

HSL color Cylindrical-coordinate representation of color #858359: hue angle of 57.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858359 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB13313189-
CMYK00.020.330.48
HSL57.27º19.82%43.53%-
HSV(B)57.27º33.08%52.16%-
XYZ19.5921.9412.65-
YUV126.81106.66132.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=37.68%
G=37.11%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331318900.020.330.4857.2719.8243.53
Hex85835902213039142c
Octal205203131024160712454
Binary1000010110000011101100101010000111000011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858359; }

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

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

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

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

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

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

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

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