#858160

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

Shades of Bandicoot #858160

Tints of Bandicoot #858160

Color information

#858160 (or 0x858160) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 60. RGB value is (133,129,96). Sum of RGB (Red+Green+Blue) = 133+129+96=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #858160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858160 is #7A7E9F. Grayscale: #7E7E7E. Windows color (decimal): -8027808 or 6324613. OLE color: 6324613.

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

Color convert

RGB13312996-
CMYK00.030.280.48
HSL53.51º16.16%44.9%-
HSV(B)53.51º27.82%52.16%-
XYZ19.6321.5314.19-
YUV126.43110.83132.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=37.15%
G=36.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331299600.030.280.4853.5116.1644.9
Hex858160031C3036102d
Octal205201140033460662055
Binary100001011000000111000000111110011000011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858160; }

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

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

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

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

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

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

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

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