#848164

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

Shades of Bandicoot #848164

Tints of Bandicoot #848164

Color information

#848164 (or 0x848164) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 64. RGB value is (132,129,100). Sum of RGB (Red+Green+Blue) = 132+129+100=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #848164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848164 is #7B7E9B. Grayscale: #7E7E7E. Windows color (decimal): -8093340 or 6586756. OLE color: 6586756.

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

Color convert

RGB132129100-
CMYK00.020.240.48
HSL54.38º13.79%45.49%-
HSV(B)54.38º24.24%51.76%-
XYZ19.6721.5315.18-
YUV126.59112.99131.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=36.57%
G=35.73%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212910000.020.240.4854.3813.7945.49
Hex84816402183036e2d
Octal204201144023060661655
Binary10000100100000011100100010110001100001101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848164; }

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

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

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

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

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

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

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

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