#848460

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

Shades of Bandicoot #848460

Tints of Bandicoot #848460

Color information

#848460 (or 0x848460) is unknown color: approx Bandicoot. HEX triplet: 84, 84 and 60. RGB value is (132,132,96). Sum of RGB (Red+Green+Blue) = 132+132+96=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848460 is #7B7B9F. Grayscale: #808080. Windows color (decimal): -8092576 or 6325380. OLE color: 6325380.

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

Color convert

RGB13213296-
CMYK000.270.48
HSL60º15.79%44.71%-
HSV(B)60º27.27%51.76%-
XYZ19.8822.2514.31-
YUV127.9110130.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213296000.270.486015.7944.71
Hex848460001B303c102d
Octal204204140003360742055
Binary10000100100001001100000001101111000011110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848460; }

 p { color: rgb(132,132,96); }

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

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

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

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

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

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

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