#858164

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

Shades of Bandicoot #858164

Tints of Bandicoot #858164

Color information

#858164 (or 0x858164) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 64. RGB value is (133,129,100). Sum of RGB (Red+Green+Blue) = 133+129+100=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #858164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858164 is #7A7E9B. Grayscale: #7F7F7F. Windows color (decimal): -8027804 or 6586757. OLE color: 6586757.

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

Color convert

RGB133129100-
CMYK00.030.250.48
HSL52.73º14.16%45.69%-
HSV(B)52.73º24.81%52.16%-
XYZ19.8221.6115.18-
YUV126.89112.83132.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=36.74%
G=35.64%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312910000.030.250.4852.7314.1645.69
Hex85816403193035e2e
Octal205201144033160651656
Binary10000101100000011100100011110011100001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858164; }

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

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

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

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

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

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

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

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