#848362

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

Shades of Bandicoot #848362

Tints of Bandicoot #848362

Color information

#848362 (or 0x848362) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 62. RGB value is (132,131,98). Sum of RGB (Red+Green+Blue) = 132+131+98=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #848362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848362 is #7B7C9D. Grayscale: #7F7F7F. Windows color (decimal): -8092830 or 6456196. OLE color: 6456196.

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

Color convert

RGB13213198-
CMYK00.010.260.48
HSL58.24º14.78%45.1%-
HSV(B)58.24º25.76%51.76%-
XYZ19.8422.0214.76-
YUV127.54111.33131.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=36.57%
G=36.29%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319800.010.260.4858.2414.7845.1
Hex848362011A303af2d
Octal204203142013260721755
Binary1000010010000011110001001110101100001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848362; }

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

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

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

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

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

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

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

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