#84865A

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

Shades of Bandicoot #84865A

Tints of Bandicoot #84865A

Color information

#84865A (or 0x84865A) is unknown color: approx Bandicoot. HEX triplet: 84, 86 and 5A. RGB value is (132,134,90). Sum of RGB (Red+Green+Blue) = 132+134+90=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #84865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84865A is #7B79A5. Grayscale: #808080. Windows color (decimal): -8092070 or 5932676. OLE color: 5932676.

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

Color convert

RGB13213490-
CMYK0.0100.330.47
HSL62.73º19.64%43.92%-
HSV(B)62.73º32.84%52.55%-
XYZ19.8922.6913.01-
YUV128.39106.34130.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=37.08%
G=37.64%
B=25.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134900.0100.330.4762.7319.6443.92
Hex84865A10212F3f142c
Octal204206132104157772454
Binary100001001000011010110101010000110111111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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