#848365

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

Shades of Bandicoot #848365

Tints of Bandicoot #848365

Color information

#848365 (or 0x848365) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 65. RGB value is (132,131,101). Sum of RGB (Red+Green+Blue) = 132+131+101=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #848365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848365 is #7B7C9A. Grayscale: #7F7F7F. Windows color (decimal): -8092827 or 6652804. OLE color: 6652804.

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

Color convert

RGB132131101-
CMYK00.010.230.48
HSL58.06º13.3%45.69%-
HSV(B)58.06º23.48%51.76%-
XYZ19.9822.0815.52-
YUV127.88112.83130.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=36.26%
G=35.99%
B=27.75%

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
Decimal13213110100.010.230.4858.0613.345.69
Hex8483650117303ad2e
Octal204203145012760721556
Binary1000010010000011110010101101111100001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848365; }

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

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

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

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

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

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

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

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