#84835E

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

Shades of Bandicoot #84835E

Tints of Bandicoot #84835E

Color information

#84835E (or 0x84835E) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 5E. RGB value is (132,131,94). Sum of RGB (Red+Green+Blue) = 132+131+94=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835E is #7B7CA1. Grayscale: #7F7F7F. Windows color (decimal): -8092834 or 6194052. OLE color: 6194052.

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

Color convert

RGB13213194-
CMYK00.010.290.48
HSL58.42º16.81%44.31%-
HSV(B)58.42º28.79%51.76%-
XYZ19.6521.9513.79-
YUV127.08109.33131.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=36.97%
G=36.69%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319400.010.290.4858.4216.8144.31
Hex84835E011D303a112c
Octal204203136013560722154
Binary10000100100000111011110011110111000011101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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