#848163

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

Shades of Bandicoot #848163

Tints of Bandicoot #848163

Color information

#848163 (or 0x848163) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 63. RGB value is (132,129,99). Sum of RGB (Red+Green+Blue) = 132+129+99=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #848163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848163 is #7B7E9C. Grayscale: #7E7E7E. Windows color (decimal): -8093341 or 6521220. OLE color: 6521220.

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

Color convert

RGB13212999-
CMYK00.020.250.48
HSL54.55º14.29%45.29%-
HSV(B)54.55º25%51.76%-
XYZ19.6221.5114.92-
YUV126.48112.49131.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=36.67%
G=35.83%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321299900.020.250.4854.5514.2945.29
Hex84816302193037e2d
Octal204201143023160671655
Binary10000100100000011100011010110011100001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848163; }

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

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

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

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

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

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

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

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