#858268

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

Shades of Bandicoot #858268

Tints of Bandicoot #858268

Color information

#858268 (or 0x858268) is unknown color: approx Bandicoot. HEX triplet: 85, 82 and 68. RGB value is (133,130,104). Sum of RGB (Red+Green+Blue) = 133+130+104=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #858268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858268 is #7A7D97. Grayscale: #808080. Windows color (decimal): -8027544 or 6849157. OLE color: 6849157.

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

Color convert

RGB133130104-
CMYK00.020.220.48
HSL53.79º12.24%46.47%-
HSV(B)53.79º21.8%52.16%-
XYZ20.1521.9516.27-
YUV127.93114.49131.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=36.24%
G=35.42%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313010400.020.220.4853.7912.2446.47
Hex85826802163036c2e
Octal205202150022660661456
Binary10000101100000101101000010101101100001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858268; }

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

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

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

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

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

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

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

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