#84865C

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

Shades of Bandicoot #84865C

Tints of Bandicoot #84865C

Color information

#84865C (or 0x84865C) is unknown color: approx Bandicoot. HEX triplet: 84, 86 and 5C. RGB value is (132,134,92). Sum of RGB (Red+Green+Blue) = 132+134+92=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #84865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84865C is #7B79A3. Grayscale: #808080. Windows color (decimal): -8092068 or 6063748. OLE color: 6063748.

HSL color Cylindrical-coordinate representation of color #84865C: hue angle of 62.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84865C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13213492-
CMYK0.0100.310.47
HSL62.86º18.58%44.31%-
HSV(B)62.86º31.34%52.55%-
XYZ19.9722.7313.46-
YUV128.61107.34130.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=36.87%
G=37.43%
B=25.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134920.0100.310.4762.8618.5844.31
Hex84865C101F2F3f132c
Octal204206134103757772354
Binary10000100100001101011100101111110111111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84865C; }

 p { color: rgb(132,134,92); }

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

<style>
 a { background-color: #84865C; }

 a { background-color: rgb(132,134,92); }

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

<style>
 span { border-color: #84865C; }

 span { border-color: rgb(132,134,92); }

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