#848361

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

Shades of Bandicoot #848361

Tints of Bandicoot #848361

Color information

#848361 (or 0x848361) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 61. RGB value is (132,131,97). Sum of RGB (Red+Green+Blue) = 132+131+97=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #848361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848361 is #7B7C9E. Grayscale: #7F7F7F. Windows color (decimal): -8092831 or 6390660. OLE color: 6390660.

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

Color convert

RGB13213197-
CMYK00.010.270.48
HSL58.29º15.28%44.9%-
HSV(B)58.29º26.52%51.76%-
XYZ19.792214.51-
YUV127.42110.83131.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=36.67%
G=36.39%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319700.010.270.4858.2915.2844.9
Hex848361011B303af2d
Octal204203141013360721755
Binary1000010010000011110000101110111100001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848361; }

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

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

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

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

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

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

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

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