#848161

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

Shades of Bandicoot #848161

Tints of Bandicoot #848161

Color information

#848161 (or 0x848161) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 61. RGB value is (132,129,97). Sum of RGB (Red+Green+Blue) = 132+129+97=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #848161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848161 is #7B7E9E. Grayscale: #7E7E7E. Windows color (decimal): -8093343 or 6390148. OLE color: 6390148.

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

Color convert

RGB13212997-
CMYK00.020.270.48
HSL54.86º15.28%44.9%-
HSV(B)54.86º26.52%51.76%-
XYZ19.5221.4714.42-
YUV126.25111.49132.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 129 (50.78% from 255) = 36.03%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=36.87%
G=36.03%
B=27.09%

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
Decimal1321299700.020.270.4854.8615.2844.9
Hex848161021B3037f2d
Octal204201141023360671755
Binary10000100100000011100001010110111100001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848161; }

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

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

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

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

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

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

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

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