#848265

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

Shades of Bandicoot #848265

Tints of Bandicoot #848265

Color information

#848265 (or 0x848265) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 65. RGB value is (132,130,101). Sum of RGB (Red+Green+Blue) = 132+130+101=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #848265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848265 is #7B7D9A. Grayscale: #7F7F7F. Windows color (decimal): -8093083 or 6652548. OLE color: 6652548.

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

Color convert

RGB132130101-
CMYK00.020.230.48
HSL56.13º13.3%45.69%-
HSV(B)56.13º23.48%51.76%-
XYZ19.8521.8115.48-
YUV127.29113.16131.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=36.36%
G=35.81%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213010100.020.230.4856.1313.345.69
Hex84826502173038d2e
Octal204202145022760701556
Binary10000100100000101100101010101111100001110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848265; }

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

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

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

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

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

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

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

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