#84835D

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

Shades of Bandicoot #84835D

Tints of Bandicoot #84835D

Color information

#84835D (or 0x84835D) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 5D. RGB value is (132,131,93). Sum of RGB (Red+Green+Blue) = 132+131+93=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835D is #7B7CA2. Grayscale: #7F7F7F. Windows color (decimal): -8092835 or 6128516. OLE color: 6128516.

HSL color Cylindrical-coordinate representation of color #84835D: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84835D is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13213193-
CMYK00.010.300.48
HSL58.46º17.33%44.12%-
HSV(B)58.46º29.55%51.76%-
XYZ19.6121.9313.56-
YUV126.97108.83131.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=37.08%
G=36.80%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319300.010.300.4858.4617.3344.12
Hex84835D011E303a112c
Octal204203135013660722154
Binary10000100100000111011101011111011000011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84835D; }

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

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

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

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

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

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

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

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