#84815E

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

Shades of Bandicoot #84815E

Tints of Bandicoot #84815E

Color information

#84815E (or 0x84815E) is unknown color: approx Bandicoot. HEX triplet: 84, 81 and 5E. RGB value is (132,129,94). Sum of RGB (Red+Green+Blue) = 132+129+94=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84815E is #7B7EA1. Grayscale: #7E7E7E. Windows color (decimal): -8093346 or 6193540. OLE color: 6193540.

HSL color Cylindrical-coordinate representation of color #84815E: hue angle of 55.26º 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 #84815E is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13212994-
CMYK00.020.290.48
HSL55.26º16.81%44.31%-
HSV(B)55.26º28.79%51.76%-
XYZ19.3921.4113.7-
YUV125.91109.99132.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=37.18%
G=36.34%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321299400.020.290.4855.2616.8144.31
Hex84815E021D3037112c
Octal204201136023560672154
Binary100001001000000110111100101110111000011011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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