#848160

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

Shades of Bandicoot #848160

Tints of Bandicoot #848160

Color information

#848160 (or 0x848160) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 60. RGB value is (132,129,96). Sum of RGB (Red+Green+Blue) = 132+129+96=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #848160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848160 is #7B7E9F. Grayscale: #7E7E7E. Windows color (decimal): -8093344 or 6324612. OLE color: 6324612.

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

Color convert

RGB13212996-
CMYK00.020.270.48
HSL55º15.79%44.71%-
HSV(B)55º27.27%51.76%-
XYZ19.4821.4514.18-
YUV126.14110.99132.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=36.97%
G=36.13%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321299600.020.270.485515.7944.71
Hex848160021B3037102d
Octal204201140023360672055
Binary100001001000000111000000101101111000011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848160; }

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

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

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

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

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

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

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

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