#848363

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

Shades of Bandicoot #848363

Tints of Bandicoot #848363

Color information

#848363 (or 0x848363) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 63. RGB value is (132,131,99). Sum of RGB (Red+Green+Blue) = 132+131+99=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #848363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848363 is #7B7C9C. Grayscale: #7F7F7F. Windows color (decimal): -8092829 or 6521732. OLE color: 6521732.

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

Color convert

RGB13213199-
CMYK00.010.250.48
HSL58.18º14.29%45.29%-
HSV(B)58.18º25%51.76%-
XYZ19.8822.0415.01-
YUV127.65111.83131.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=36.46%
G=36.19%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319900.010.250.4858.1814.2945.29
Hex8483630119303ae2d
Octal204203143013160721655
Binary1000010010000011110001101110011100001110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848363; }

 p { color: rgb(132,131,99); }

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

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

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

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

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

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

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