#848262

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

Shades of Bandicoot #848262

Tints of Bandicoot #848262

Color information

#848262 (or 0x848262) is unknown color: approx Bandicoot. HEX triplet: 84, 82 and 62. RGB value is (132,130,98). Sum of RGB (Red+Green+Blue) = 132+130+98=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #848262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848262 is #7B7D9D. Grayscale: #7F7F7F. Windows color (decimal): -8093086 or 6455940. OLE color: 6455940.

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

Color convert

RGB13213098-
CMYK00.020.260.48
HSL56.47º14.78%45.1%-
HSV(B)56.47º25.76%51.76%-
XYZ19.721.7514.72-
YUV126.95111.66131.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=36.67%
G=36.11%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321309800.020.260.4856.4714.7845.1
Hex848262021A3038f2d
Octal204202142023260701755
Binary10000100100000101100010010110101100001110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848262; }

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

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

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

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

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

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

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

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