#848366

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

Shades of Bandicoot #848366

Tints of Bandicoot #848366

Color information

#848366 (or 0x848366) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 66. RGB value is (132,131,102). Sum of RGB (Red+Green+Blue) = 132+131+102=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #848366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848366 is #7B7C99. Grayscale: #808080. Windows color (decimal): -8092826 or 6718340. OLE color: 6718340.

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

Color convert

RGB132131102-
CMYK00.010.230.48
HSL58º12.82%45.88%-
HSV(B)58º22.73%51.76%-
XYZ20.0322.115.78-
YUV127.99113.33130.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=36.16%
G=35.89%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213110200.010.230.485812.8245.88
Hex8483660117303ad2e
Octal204203146012760721556
Binary1000010010000011110011001101111100001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848366; }

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

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

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

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

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

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

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

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