#84805D

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

Shades of Bandicoot #84805D

Tints of Bandicoot #84805D

Color information

#84805D (or 0x84805D) is unknown color: approx Bandicoot. HEX triplet: 84, 80 and 5D. RGB value is (132,128,93). Sum of RGB (Red+Green+Blue) = 132+128+93=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84805D is #7B7FA2. Grayscale: #7D7D7D. Windows color (decimal): -8093603 or 6127748. OLE color: 6127748.

HSL color Cylindrical-coordinate representation of color #84805D: hue angle of 53.85º 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 #84805D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13212893-
CMYK00.030.300.48
HSL53.85º17.33%44.12%-
HSV(B)53.85º29.55%51.76%-
XYZ19.2121.1313.42-
YUV125.21109.83132.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=37.39%
G=36.26%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321289300.030.300.4853.8517.3344.12
Hex84805D031E3036112c
Octal204200135033660662154
Binary100001001000000010111010111111011000011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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