#84835A

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

Shades of Bandicoot #84835A

Tints of Bandicoot #84835A

Color information

#84835A (or 0x84835A) is unknown color: approx Bandicoot. HEX triplet: 84, 83 and 5A. RGB value is (132,131,90). Sum of RGB (Red+Green+Blue) = 132+131+90=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84835A is #7B7CA5. Grayscale: #7E7E7E. Windows color (decimal): -8092838 or 5931908. OLE color: 5931908.

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

Color convert

RGB13213190-
CMYK00.010.320.48
HSL58.57º18.92%43.53%-
HSV(B)58.57º31.82%51.76%-
XYZ19.4821.8812.87-
YUV126.62107.33131.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=37.39%
G=37.11%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321319000.010.320.4858.5718.9243.53
Hex84835A0120303b132c
Octal204203132014060732354
Binary100001001000001110110100110000011000011101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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