#848264

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

Shades of Bandicoot #848264

Tints of Bandicoot #848264

Color information

#848264 (or 0x848264) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 64. RGB value is (132,130,100). Sum of RGB (Red+Green+Blue) = 132+130+100=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #848264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848264 is #7B7D9B. Grayscale: #7F7F7F. Windows color (decimal): -8093084 or 6587012. OLE color: 6587012.

HSL color Cylindrical-coordinate representation of color #848264: hue angle of 56.25º 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 #848264 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB132130100-
CMYK00.020.240.48
HSL56.25º13.79%45.49%-
HSV(B)56.25º24.24%51.76%-
XYZ19.821.7915.22-
YUV127.18112.66131.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=36.46%
G=35.91%
B=27.62%

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
Decimal13213010000.020.240.4856.2513.7945.49
Hex84826402183038e2d
Octal204202144023060701655
Binary10000100100000101100100010110001100001110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848264; }

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

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

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

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

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

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

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

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