#85845E

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

Shades of Bandicoot #85845E

Tints of Bandicoot #85845E

Color information

#85845E (or 0x85845E) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 5E. RGB value is (133,132,94). Sum of RGB (Red+Green+Blue) = 133+132+94=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85845E is #7A7BA1. Grayscale: #808080. Windows color (decimal): -8027042 or 6194309. OLE color: 6194309.

HSL color Cylindrical-coordinate representation of color #85845E: hue angle of 58.46º 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 #85845E is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13313294-
CMYK00.010.290.48
HSL58.46º17.18%44.51%-
HSV(B)58.46º29.32%52.16%-
XYZ19.9422.313.84-
YUV127.97108.83131.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=37.05%
G=36.77%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331329400.010.290.4858.4617.1844.51
Hex85845E011D303a112d
Octal205204136013560722155
Binary10000101100001001011110011110111000011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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