#85815D

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

Shades of Bandicoot #85815D

Tints of Bandicoot #85815D

Color information

#85815D (or 0x85815D) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 5D. RGB value is (133,129,93). Sum of RGB (Red+Green+Blue) = 133+129+93=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85815D is #7A7EA2. Grayscale: #7E7E7E. Windows color (decimal): -8027811 or 6128005. OLE color: 6128005.

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

Color convert

RGB13312993-
CMYK00.030.300.48
HSL54º17.7%44.31%-
HSV(B)54º30.08%52.16%-
XYZ19.521.4813.47-
YUV126.09109.33132.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=37.46%
G=36.34%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331299300.030.300.485417.744.31
Hex85815D031E3036122c
Octal205201135033660662254
Binary100001011000000110111010111111011000011011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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