#85845D

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

Shades of Bandicoot #85845D

Tints of Bandicoot #85845D

Color information

#85845D (or 0x85845D) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 5D. RGB value is (133,132,93). Sum of RGB (Red+Green+Blue) = 133+132+93=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85845D is #7A7BA2. Grayscale: #808080. Windows color (decimal): -8027043 or 6128773. OLE color: 6128773.

HSL color Cylindrical-coordinate representation of color #85845D: hue angle of 58.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85845D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13313293-
CMYK00.010.300.48
HSL58.5º17.7%44.31%-
HSV(B)58.5º30.08%52.16%-
XYZ19.922.2813.61-
YUV127.85108.33131.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=37.15%
G=36.87%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331329300.010.300.4858.517.744.31
Hex85845D011E303a122c
Octal205204135013660722254
Binary10000101100001001011101011111011000011101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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