#85835D

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

Shades of Bandicoot #85835D

Tints of Bandicoot #85835D

Color information

#85835D (or 0x85835D) is unknown color: approx Bandicoot. HEX triplet: 85, 83 and 5D. RGB value is (133,131,93). Sum of RGB (Red+Green+Blue) = 133+131+93=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85835D is #7A7CA2. Grayscale: #7F7F7F. Windows color (decimal): -8027299 or 6128517. OLE color: 6128517.

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

Color convert

RGB13313193-
CMYK00.020.300.48
HSL57º17.7%44.31%-
HSV(B)57º30.08%52.16%-
XYZ19.7622.0113.56-
YUV127.27108.66132.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=37.25%
G=36.69%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331319300.020.300.485717.744.31
Hex85835D021E3039122c
Octal205203135023660712254
Binary100001011000001110111010101111011000011100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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