#858271

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

Shades of Bandicoot #858271

Tints of Bandicoot #858271

Color information

#858271 (or 0x858271) is unknown color: approx Bandicoot. HEX triplet: 85, 82 and 71. RGB value is (133,130,113). Sum of RGB (Red+Green+Blue) = 133+130+113=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #858271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858271 is #7A7D8E. Grayscale: #818181. Windows color (decimal): -8027535 or 7438981. OLE color: 7438981.

HSL color Cylindrical-coordinate representation of color #858271: hue angle of 51º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858271 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133130113-
CMYK00.020.150.48
HSL51º8.13%48.24%-
HSV(B)51º15.04%52.16%-
XYZ20.6422.1418.81-
YUV128.96118.99130.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=35.37%
G=34.57%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011300.020.150.48518.1348.24
Hex85827102F3033830
Octal205202161021760631060
Binary1000010110000010111000101011111100001100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858271; }

 p { color: rgb(133,130,113); }

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

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

 a { background-color: rgb(133,130,113); }

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

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

 span { border-color: rgb(133,130,113); }

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