#848261

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

Shades of Bandicoot #848261

Tints of Bandicoot #848261

Color information

#848261 (or 0x848261) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 61. RGB value is (132,130,97). Sum of RGB (Red+Green+Blue) = 132+130+97=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #848261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848261 is #7B7D9E. Grayscale: #7E7E7E. Windows color (decimal): -8093087 or 6390404. OLE color: 6390404.

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

Color convert

RGB13213097-
CMYK00.020.270.48
HSL56.57º15.28%44.9%-
HSV(B)56.57º26.52%51.76%-
XYZ19.6621.7314.47-
YUV126.84111.16131.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=36.77%
G=36.21%
B=27.02%

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
Decimal1321309700.020.270.4856.5715.2844.9
Hex848261021B3039f2d
Octal204202141023360711755
Binary10000100100000101100001010110111100001110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848261; }

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

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

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

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

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

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

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

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