#848461

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

Shades of Bandicoot #848461

Tints of Bandicoot #848461

Color information

#848461 (or 0x848461) is unknown color: approx Bandicoot. HEX triplet: 84, 84 and 61. RGB value is (132,132,97). Sum of RGB (Red+Green+Blue) = 132+132+97=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848461 is #7B7B9E. Grayscale: #808080. Windows color (decimal): -8092575 or 6390916. OLE color: 6390916.

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

Color convert

RGB13213297-
CMYK000.270.48
HSL60º15.28%44.9%-
HSV(B)60º26.52%51.76%-
XYZ19.9222.2714.56-
YUV128.01110.5130.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=36.57%
G=36.57%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213297000.270.486015.2844.9
Hex848461001B303cf2d
Octal204204141003360741755
Binary1000010010000100110000100110111100001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848461; }

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

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

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

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

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

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

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

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