#858270

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

Shades of Bandicoot #858270

Tints of Bandicoot #858270

Color information

#858270 (or 0x858270) is unknown color: approx Bandicoot. HEX triplet: 85, 82 and 70. RGB value is (133,130,112). Sum of RGB (Red+Green+Blue) = 133+130+112=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #858270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858270 is #7A7D8F. Grayscale: #808080. Windows color (decimal): -8027536 or 7373445. OLE color: 7373445.

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

Color convert

RGB133130112-
CMYK00.020.160.48
HSL51.43º8.57%48.04%-
HSV(B)51.43º15.79%52.16%-
XYZ20.5822.1218.51-
YUV128.84118.49130.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=35.47%
G=34.67%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011200.020.160.4851.438.5748.04
Hex85827002103033930
Octal205202160022060631160
Binary10000101100000101110000010100001100001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858270; }

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

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

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

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

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

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

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

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