#85805E

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

Shades of Bandicoot #85805E

Tints of Bandicoot #85805E

Color information

#85805E (or 0x85805E) is unknown color: approx Bandicoot. HEX triplet: 85, 80 and 5E. RGB value is (133,128,94). Sum of RGB (Red+Green+Blue) = 133+128+94=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85805E is #7A7FA1. Grayscale: #7D7D7D. Windows color (decimal): -8028066 or 6193285. OLE color: 6193285.

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

Color convert

RGB13312894-
CMYK00.040.290.48
HSL52.31º17.18%44.51%-
HSV(B)52.31º29.32%52.16%-
XYZ19.4121.2313.66-
YUV125.62110.16133.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=37.46%
G=36.06%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331289400.040.290.4852.3117.1844.51
Hex85805E041D3034112d
Octal205200136043560642155
Binary1000010110000000101111001001110111000011010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85805E; }

 p { color: rgb(133,128,94); }

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

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

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

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

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

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

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